Click or drag to resize

IContentItemPath(Boolean, String) Method


Retrieves the string path of the page names, starting from the content store root node. Delimited by "/".

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
string Path(
	bool forPublish,
	string publishingTargetId = ""
)

Parameters

forPublish  Boolean

[Missing <param name="forPublish"/> documentation for "M:Ingeniux.CMS.IContentItem.Path(System.Boolean,System.String)"]

publishingTargetId  String  (Optional)

[Missing <param name="publishingTargetId"/> documentation for "M:Ingeniux.CMS.IContentItem.Path(System.Boolean,System.String)"]

Return Value

String
String of all ancestors names and its own name, delimited by "/".
Example
Content Store/Site/Home/About Us
See Also