PageCreationRulesAdminServices Class Ingeniux CMS Web Services API

Provides administrative functionalities to manipulate Page Creation Rules.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodPageCreationRulesAdminServices
Top
Methods

  NameDescription
Public methodCreateNew
Creates a new Page Creation Rule with given data
Public methodCode exampleDelete
Deletes Page Creation Rules that matche given unique Ids
Public methodGetRule
Retrieves a single Page Creation Rule via its unique Id, providing full details of the Rule.
Public methodGetRuleParents
Retrieves the existing Parent Page entries detailed information for given Page Creation Rule
Public methodGetSupportTypeChoices_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.
Public methodGetSupportTypeChoices_AvailableUsers
Retrieves the available Users for Page Creation Rule security assignment. These are the users that are not assigned to Page Creation Rule yet.
Public methodGetSupportTypeChoices_Schemas
Retrieves collection of basic Schema information.
Public methodGetSupportTypeChoices_Stylesheets
Retrieves collection of basic Stylesheets information
Public methodList
Retrieves the list of extended information entries of Page Creation Rules, and collection of Workflow Definition basic information entries.
Public methodSave
Saves the updates on an existing Page Creation Rule
Top
See Also

Reference