Click or drag to resize

SetupConfig_PackageRules Properties

The SetupConfig_PackageRules type exposes the following members.

Properties
  NameDescription
Public propertyExcludeDirectories
Gets or sets the list of directories to exclude from the setup. Only relevant when IncludeAllDirectories is True.
Public propertyExcludeFiles
Gets or sets the list of files to exclude from the setup. Use this list to exclude files that should be initially included following the list of extensions.
Public propertyIncludeAllDirectories
Gets or sets a value indicating whether all sub directories can be included in the setup.

If False, you can use the IncludeDirectories list to include specific directories.

If True, you can use the ExcludeDirectories list to exclude specific directories.

This settings have the priority on file settings.

Public propertyIncludeAllFilesWithExtensions
Gets or sets the list of file extensions to include by default in the setup.
Public propertyIncludeDirectories
Gets or sets the list of directories to include in the setup. Only relevant when IncludeAllDirectories is False.
Public propertyIncludeFiles
Gets or sets the list of files to include in the setup. This list comes as a complement of the IncludeAllFilesWithExtensions list.
Public propertySerializedExtensionList
Use IncludeAllFilesWithExtensions instead.
Top
See Also