ISettings Methods Ingeniux CMS Content Store API

The ISettings type exposes the following members.

Methods

  Name Description
Public method GetSetting(String, String, Boolean)
Gets a Boolean setting value.
Public method GetSetting(String, String, Int32)
Gets a integer setting value.
Public method GetSetting(String, String, String)
Gets a string setting value.
Public method GetSetting(String, String, String)
Gets a string array setting value.
Public method Code example SerializeForPubTarget
Produces a runtime-only settings document for a specific Publishing Target.
Public method SetSetting(String, String, Boolean)
Sets a Boolean setting value.
Public method SetSetting(String, String, Int32)
Sets a integer setting value.
Public method SetSetting(String, String, String)
Sets a string setting value.
Public method SetSetting(String, String, String)
Sets a string array setting value.
Public method ValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public method 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.)
Top
See Also

Reference