| FolderPathUserControlFolder Property |
This is used to get or set the folder as a
FolderPath object
Namespace: SandcastleBuilder.Utils.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public FolderPath Folder { get; set; }
Public Property Folder As FolderPath
Get
Set
public:
property FolderPath^ Folder {
FolderPath^ get ();
void set (FolderPath^ value);
}
member Folder : FolderPath with get, set
Property Value
Type:
FolderPathSee Also