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