TreePathUtilsGetMenuCaption Method |
Returns the menu caption.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static string GetMenuCaption(
string documentMenuCaption,
string documentName
)
Parameters
- documentMenuCaption
- Type: SystemString
Document menu caption - documentName
- Type: SystemString
Document name
Return Value
Type:
StringIf regular menu caption not set, document name is returned instead
See Also