Click or drag to resize

CodeExampleInfoSourceCodePath Property

Gets or sets the path of the source code file where the example type is defined.

Namespace:  Novacta.Documentation.CodeExamples
Assembly:  Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntax
public string SourceCodePath { get; set; }

Property Value

Type: String
The path to the example source code file, if any; otherwise null.
Remarks

An example type is expected to be defined in a source code file named from the class name.

See Also