ISettings Methods |
The ISettings type exposes the following members.
| 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.
| |
| SettingNames | ||
| Touch |
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.) | |
| 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.) |