 | CodeExamplesAnalyzerCodeBase Property |
Gets or sets the root path of the directory tree
where code example files are stored.
Namespace:
Novacta.Documentation.CodeExamples
Assembly:
Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntaxpublic string CodeBase { get; }
Public ReadOnly Property CodeBase As String
Get
public:
property String^ CodeBase {
String^ get ();
}
member CodeBase : string with get
Property Value
Type:
String
The root path of the directory tree
where the code example files are stored.
Remarks
The root is expected to contain the files
corresponding to types in the default namespace,
together with additional subdirectories
reflecting the namespace hierarchy.
See Also