| TocEntryHasCodeBlocks Property |
This is used to get or set whether or not the topic has
<code /> blocks that need expanding.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool HasCodeBlocks { get; set; }
Public Property HasCodeBlocks As Boolean
Get
Set
public:
property bool HasCodeBlocks {
bool get ();
void set (bool value);
}
member HasCodeBlocks : bool with get, set
Property Value
Type:
BooleanSee Also