| BuildProcessPresentationStyleFolder Property |
This returns the name of the main Sandcastle presentation style folder determined by the build
process.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string PresentationStyleFolder { get; }
Public ReadOnly Property PresentationStyleFolder As String
Get
public:
property String^ PresentationStyleFolder {
String^ get ();
}
member PresentationStyleFolder : string with get
Property Value
Type:
StringSee Also