Interface IAdministrationSettingsService
Handles administration settings for content types and properties.
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IAdministrationSettingsService
Methods
GetAttribute(ContentType)
Get administration settings attribute if specified on content type or just default values
Declaration
AdministrationSettingsAttribute GetAttribute(ContentType contentType)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentType | The content type |
Returns
Type | Description |
---|---|
Administration |
Administration settings |
GetAttribute(PropertyDefinition)
Get administration settings attribute if specified on property or just default values
Declaration
AdministrationSettingsAttribute GetAttribute(PropertyDefinition propertyDefinition)
Parameters
Type | Name | Description |
---|---|---|
Property |
propertyDefinition | The property definition |
Returns
Type | Description |
---|---|
Administration |
Administration settings |
GetEnabledFields(ContentType)
Gets the settings indicating what fields that should enabled/disabled when administrating the specified Content
Declaration
ContentTypeFields GetEnabledFields(ContentType contentType)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentType | The content type the fields are regarding. |
Returns
Type | Description |
---|---|
Content |
The fields that should be available for administration. |
GetEnabledFields(PropertyDefinition)
Gets the settings indicating what fields that should enabled/disabled when administrating the specified Property
Declaration
PropertyDefinitionFields GetEnabledFields(PropertyDefinition propertyDefinition)
Parameters
Type | Name | Description |
---|---|---|
Property |
propertyDefinition | The property definition to get the enabled field for. |
Returns
Type | Description |
---|---|
Property |
The fields that should be available for administration. |