Class DeployDllInfo
Configures DeployDLL command with extensions and exclusions
Inheritance
System.Object
DeployDllInfo
Namespace: BitAddict.Aras.Data
Assembly: BitAddict.Aras.dll
Syntax
[UsedImplicitly]
public class DeployDllInfo
Properties
Excludes
Does not copy files with these fragments in the name
Declaration
public List<string> Excludes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Extensions
Copies these extensions only
Declaration
public List<string> Extensions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |