Click or drag to resize

CodeExampleInfoHasSourceCode Property

Gets a value signaling if the example has a source code path.

Namespace:  Novacta.Documentation.CodeExamples
Assembly:  Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntax
public bool HasSourceCode { get; }

Property Value

Type: Boolean
true if any source code file has been found; otherwise false.
See Also