Click or drag to resize

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
Syntax
public string CodeBase { 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