Click or drag to resize

SetupConfig_PackageRulesIncludeAllDirectories Property

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.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
[DataMemberAttribute]
[XmlAttributeAttribute]
public bool IncludeAllDirectories { get; set; }

Property Value

Type: Boolean
See Also