Class ConfigFolder
Configuration information about a target project folder.
Implements
Inherited Members
Namespace: CodeFactory.WinVs.Commands
Assembly: CodeFactory.WinVs.dll
Syntax
public class ConfigFolder : IConfigGuidance
Properties
Guidance
Instructions for what data is to go into the configuration.
Declaration
public string Guidance { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name that is associated with this directory location.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Path
The relative path from the source that hosts this project folder.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
Required
Flag that determines if the folder is required in order for the automation to run.
Declaration
public bool Required { get; set; }
Property Value
Type | Description |
---|---|
bool |