Ektron.Cms.Framework.Settings.SmartFormConfigurationManager
Smart form Configuration Manager class
Properties
| ApiMode |
Gets or sets the current API access mode. If set to Admin, the API runs with the permissions of an administrator.
|
| ContentLanguage |
Gets or sets the current content language.
|
| InPreviewMode |
Gets or sets the current Preview Mode. Returns true if the site is in site preview mode.
|
| RequestInformation |
Gets the current Request Information.
|
| SitePath |
Gets the site path.
|
| SmartFormConfigurationManagerService |
returns an instance of the business objects smartFormConfiguration manager service.
|
| UserId |
Gets or sets the currently logged in user ID.
|
| Method |
Description |
| SmartFormConfigurationManager |
constructor
|
| SmartFormConfigurationManager(ApiAccessMode) |
constructor
|
| Add(SmartFormConfigurationData) |
Adds a new smartFormConfiguration based on information in an SmartFormConfigurationData object.
message.Id will be populated with the newly created ID.
|
| Update(SmartFormConfigurationData) |
Updates an existing smartFormConfiguration in the CMS.
|
| Delete(Int64) |
Deletes a smartFormConfiguration in the CMS.
|
| GetItem(Int64) |
Retrieves a single SmartFormConfigurationData object from the CMS.
|
| GetList(SmartFormConfigurationCriteria) |
Retrieves a list of SmartFormConfigurationData objects based upon the supplied criteria.
|