Click or drag to resize

SetupConfig_PackageRulesExcludeFiles Property

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.

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

Property Value

Type: ListSetupConfig_File
See Also