Click or drag to resize
AlternativeUrlHelperGetDocumentIdentification Method
Returns human-readable document identification for given documentNamePath and documentCulture.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetDocumentIdentification(
	string documentNamePath,
	string documentCulture
)

Parameters

documentNamePath
Type: SystemString
documentCulture
Type: SystemString

Return Value

Type: String
String value in form 'document name path' (document culture).
See Also