Click or drag to resize
TreePathUtilsGetMenuCaption Method
Returns the menu caption.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetMenuCaption(
	string documentMenuCaption,
	string documentName
)

Parameters

documentMenuCaption
Type: SystemString
Document menu caption
documentName
Type: SystemString
Document name

Return Value

Type: String
If regular menu caption not set, document name is returned instead
See Also