AlternativeUrlHelperGetDocumentIdentificationInternal Method |
Returns human-readable document identification for given documentNamePath and documentCulture.
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual string GetDocumentIdentificationInternal(
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