Click or drag to resize
UIContextHelperGetTitleText Method
Gets title text based on 'titletext' property. If this property is not found, use element's caption (not localized).

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetTitleText(
	UIContext context
)

Parameters

context
Type: CMS.PortalEngineUIContext
Control's UI context

Return Value

Type: String
See Also