The ISettings type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetSetting(String, String, Boolean) |
Gets a Boolean setting value.
|
|
GetSetting(String, String, Int32) |
Gets a integer setting value.
|
|
GetSetting(String, String, String) |
Gets a string setting value.
|
|
GetSetting(String, String, String) |
Gets a string array setting value.
|
|
SerializeForPubTarget |
Produces a runtime-only settings document for a specific Publishing Target.
|
|
SetSetting(String, String, Boolean) |
Sets a Boolean setting value.
|
|
SetSetting(String, String, Int32) |
Sets a integer setting value.
|
|
SetSetting(String, String, String) |
Sets a string setting value.
|
|
SetSetting(String, String, String) |
Sets a string array setting value.
|
|
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) |
|
ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity.) |
See Also