| BuildProcessApiTocParentId Property |
This is used to get or set the table of contents parent for the API content
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string ApiTocParentId { get; set; }
Public Property ApiTocParentId As String
Get
Set
public:
property String^ ApiTocParentId {
String^ get ();
void set (String^ value);
}
member ApiTocParentId : string with get, set
Property Value
Type:
StringRemarks If not set,
RootContentContainerId is used if it is set. If it is not,
TocParentId is used. If this property is set, the value should be
the ID of a topic in the project's conceptual content. The topic must appear in a content layout
file and must have its
Visible property set to True in the layout file.
See Also