Class SectionMetadata
Metadata of a section definition.
public sealed class SectionMetadata
- Inheritance
-
objectSectionMetadata
- Extension Methods
Constructors
SectionMetadata()
public SectionMetadata()
Fields
DEFAULT_SECTION_TYPE_IDENTIFIER
Type identifier for the default Form builder's section.
public const string DEFAULT_SECTION_TYPE_IDENTIFIER = "Kentico.DefaultSection"
Field Value
- string
Properties
DefaultPropertiesUrl
URL of the section definition to retrieve the default properties.
public string DefaultPropertiesUrl { get; }
Property Value
- string
Description
Description of the registered section.
public string Description { get; }
Property Value
- string
HasProperties
Indicates whether the section has at least one property which is decorated with EditingComponentAttribute
public bool HasProperties { get; }
Property Value
- bool
IconClass
Icon CSS class of the registered section.
public string IconClass { get; }
Property Value
- string
MarkupUrl
URL of the section definition to retrieve the markup.
public string MarkupUrl { get; }
Property Value
- string
Name
Name of the registered section.
public string Name { get; }
Property Value
- string
PropertiesFormMarkupUrl
URL of the section definition to retrieve the properties form markup.
public string PropertiesFormMarkupUrl { get; }
Property Value
- string
TypeIdentifier
Type section identifier.
public string TypeIdentifier { get; }
Property Value
- string
UseAdminFormComponents
Indicates whether the section properties form should be opened from the administration UI using admin form components or from the form builder using MVC form components.
public bool UseAdminFormComponents { get; set; }
Property Value
- bool