Click or drag to resize

SetupConfig_PackageRulesIncludeAllFilesWithExtensions Property

Gets or sets the list of file extensions to include by default in the setup.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
[IgnoreDataMemberAttribute]
[XmlIgnoreAttribute]
public List<string> IncludeAllFilesWithExtensions { get; set; }

Property Value

Type: ListString
See Also