Provides administrative functionalities to manipulate Page Creation Rules.
Inheritance Hierarchy
CMSServicesBase
CMSContentServiceBase
IngeniuxCMServicePageCreationRulesAdminServices
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)] [AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] public class PageCreationRulesAdminServices : CMSContentServiceBase
The PageCreationRulesAdminServices type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PageCreationRulesAdminServices |
Methods
Name | Description | |
---|---|---|
CreateNew |
Creates a new Page Creation Rule with given data
| |
Delete |
Deletes Page Creation Rules that matche given unique Ids
| |
GetRule |
Retrieves a single Page Creation Rule via its unique Id, providing full details of the Rule.
| |
GetRuleParents |
Retrieves the existing Parent Page entries detailed information for given Page Creation Rule
| |
GetSupportTypeChoices_AvailableGroups |
Retrieves the available User Groups for Page Creation Rule security assignment.
These are the groups that are not assigned to Page Creation Rule yet.
| |
GetSupportTypeChoices_AvailableUsers |
Retrieves the available Users for Page Creation Rule security assignment.
These are the users that are not assigned to Page Creation Rule yet.
| |
GetSupportTypeChoices_Schemas |
Retrieves collection of basic Schema information.
| |
GetSupportTypeChoices_Stylesheets |
Retrieves collection of basic Stylesheets information
| |
List |
Retrieves the list of extended information entries of Page Creation Rules, and collection of Workflow Definition basic information entries.
| |
Save |
Saves the updates on an existing Page Creation Rule
|
See Also