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

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