Click or drag to resize

IPageCreationRule Methods


The IPageCreationRule type exposes the following members.

Methods
  NameDescription
Public methodAddGroup
Adds a new Group to the allowed groups that can use this page creation rule.
Public methodAddUser
Adds a new User to the list of users explicitly allowed to use this page creation rule.
Public methodAllowPageCreation
Checks whether the specified User is allowed to use this page creation rulee to create Pages.
Public methodClearUsersAndGroups
Removes all users and groups that are allowed to use this page creation rule to create pages. This renders the page creation rule unusable.
Public methodFirstAccessibleParentPage
Retrieves the first parent Page under which this page creation rule can be used to create pages and to which the current User has Full Access.
Public methodGroups
Retrieves the collection of Groups that are allowed to use this page creation rule to create Pages.
Public methodGroupsCount
Gets the count of allowed Groups.
Public methodIsGroupAllowed(String)
Public methodIsGroupAllowed(IUserGroup)
Public methodIsUserAllowed(String)
Public methodIsUserAllowed(IUser)
Public methodParentPages
Retrieves the collection of parent Pages under which the page creation rule is allowed to create pages.
Public methodParentPagesCount
Gets the count of parent page entries for this page creation rule.
Public methodRemoveGroup
Removes a Group from the list of group explicitly allowed to use this page creation rule.
Public methodRemoveParentPage
Removes a parent Page from the parent pages collection
Public methodRemoveUser
Removes a User from the list of users explicitly allowed to use this page creation rule.
Public methodSetParentPage
Sets a Page as parent page of this page creation rule.
Public methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodUnassociateWorkflowDefinition
Removes the Workflow Definition from this page creation rule.
Public methodUsers
Retrieves the collection of explicitly defined Users that can use this page creation rule to create Pages.
Public methodUsersCount
Gets the count of explicitly allowed Users.
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
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