Click or drag to resize
AbstractDefaultLayoutGetTitleAttribute Method
Returns title attribute with encoded text or empty string if no title is defined.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected string GetTitleAttribute(
	string title
)

Parameters

title
Type: SystemString
Title

Return Value

Type: String
See Also