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.3.169
Syntax string Path(
bool forPublish = false
)
Function Path (
Optional forPublish As Boolean = false
) As String
String^ Path(
bool forPublish = false
)
abstract Path :
?forPublish : bool
(* Defaults:
let _forPublish = defaultArg forPublish false
*)
-> string
Parameters
- forPublish (Optional)
- Type: SystemBoolean
[Missing <param name="forPublish"/> documentation for "M:Ingeniux.CMS.IContentItem.Path(System.Boolean)"]
Return Value
Type:
String
String of all ancestors names and its own name, delimited by "/".
Examples
Content Store/Site/Home/About Us
See Also