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

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
protected virtual string GetDocumentIdentificationInternal(
	string documentName,
	string documentCulture
)

Parameters

documentName
Type: SystemString
documentCulture
Type: SystemString

Return Value

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