Class SettingsGroupCategory
Represents settings group category.
public class SettingsGroupCategory
- Inheritance
-
objectSettingsGroupCategory
- Extension Methods
Properties
Callouts
Category callout configurations.
public ICollection<CalloutConfiguration> Callouts { get; set; }
Property Value
- ICollection<CalloutConfiguration>
CategoryId
Category identifier.
public int CategoryId { get; set; }
Property Value
- int
CategoryIdPath
Category path.
public string CategoryIdPath { get; set; }
Property Value
- string
CategoryParentId
Category identifier.
public int CategoryParentId { get; set; }
Property Value
- int
Components
Client properties of components which are used to edit category's settings keys.
public List<IFormComponentClientProperties> Components { get; }
Property Value
DisplayName
Category display name.
public string DisplayName { get; set; }
Property Value
- string