| TitleAttribute Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.UIControls
 Syntax
Syntaxpublic class TitleAttribute : AbstractAttribute, ICMSFunctionalAttribute, ICMSAttribute
The TitleAttribute type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TitleAttribute | 
            Default constructor.
             | 
|  | TitleAttribute(String) | 
            Constructor.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ContainsMacro | 
            If true, the attribute contains macros
            (Inherited from AbstractAttribute.) | 
|  | ExistingObject | 
            If True, attribute is applied only when edited object is defined.
            (Inherited from AbstractAttribute.) | 
|  | HelpName | 
            Help name to identify the help within the javascript.
             | 
|  | HelpTopic | 
            Help topic for the title.
             | 
|  | NewObject | 
            If True, attribute is applied only when edited object is not defined.
            (Inherited from AbstractAttribute.) | 
|  | ResourceString | 
            Resource string for the title.
             | 
|  | Text | 
            Text for the title, has higher priority than the resource string.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Apply | 
            Applies the attribute data to the page (object).
             | 
|  | CheckEditedObject | 
            Returns True if attribute should be applied. 
            Evaluation is based on the edited object existence and ExistingObject and NewObject properties.
            (Inherited from AbstractAttribute.) | 
|  | GetText | 
            Gets the text for the element.
            (Inherited from AbstractAttribute.) | 
|  | GetUrl | 
            Transforms the URL to the correct format.
            (Inherited from AbstractAttribute.) | 
|  | Resolve | 
            Resolves the give text.
            (Inherited from AbstractAttribute.) | 
 See Also
See Also