TreeProviderGetUniqueUrlPath Method |
Returns unique URL path for the specified parent node. Does not check for duplicity if duplicity occurs within the currentNodeId.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public string GetUniqueUrlPath(
string urlPath,
int currentDocumentId,
string siteName,
string cultureSuffix = null
)
Parameters
- urlPath
- Type: SystemString
Original URL path - currentDocumentId
- Type: SystemInt32
Current document ID - siteName
- Type: SystemString
Parent site name - cultureSuffix (Optional)
- Type: SystemString
Culture suffix
Return Value
Type:
StringSee Also