PageRoutingUIHelperGetSlugsListingPath Method |
Gets the path for a page displaying list of page slugs.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax public static string GetSlugsListingPath(
int nodeId,
string cultureCode
)
Parameters
- nodeId
- Type: SystemInt32
Node ID. - cultureCode
- Type: SystemString
Culture code.
Return Value
Type:
StringSee Also