SetupConfig_PackageRules Properties |
The SetupConfig_PackageRules type exposes the following members.
Name | Description | |
---|---|---|
ExcludeDirectories |
Gets or sets the list of directories to exclude from the setup.
Only relevant when IncludeAllDirectories is True.
| |
ExcludeFiles |
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.
| |
IncludeAllDirectories |
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. | |
IncludeAllFilesWithExtensions |
Gets or sets the list of file extensions to include by default in the setup.
| |
IncludeDirectories |
Gets or sets the list of directories to include in the setup.
Only relevant when IncludeAllDirectories is False.
| |
IncludeFiles |
Gets or sets the list of files to include in the setup.
This list comes as a complement of the IncludeAllFilesWithExtensions list.
| |
SerializedExtensionList |
Use IncludeAllFilesWithExtensions instead.
|