Enum FolderLoadType
Enumeration that determines how a command source that targets commands in folders should be checked.
Namespace: CodeFactory.WinVs.Commands
Assembly: CodeFactory.WinVs.dll
Syntax
public enum FolderLoadType
Fields
| Name | Description |
|---|---|
| Optional | Target folder is optional and can be anywhere in the solution. |
| TargetFolderAndSubFolder | The command must of executed in the configured folder or a child of the target folder. |
| TargetFolderOnly | The command must of executed in the configured folder. |