InsertDocumentTreePathInvoke Method (Boolean, Boolean, String, Boolean) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Invokes the InsertDocumentTreePath component

Namespace: ContentStudio.Site.ActiveScripting.Menu
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static void Invoke(
	bool includeRoot,
	bool includeIfNoChildren,
	string separator,
	bool useRoot
)

Parameters

includeRoot
Type: SystemBoolean
A value indicating if the root document should be included in the hierarchy in the output
includeIfNoChildren
Type: SystemBoolean
A value indicating if the top level document should be included if no children documents exist
separator
Type: SystemString
A string containing the characters to act as a separators between different levels (for example " / " to display "parent / child / grandchild")
useRoot
Type: SystemBoolean
A value indicating if the root document should be used as starting point.
See Also

Reference