Click or drag to resize
TreeProviderGetUniqueUrlPath Method
Returns unique URL path for the specified parent node. Does not check for duplicity if duplicity occurs within the currentNodeId.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also