IPageCreationRule Methods |
The IPageCreationRule type exposes the following members.
Name | Description | |
---|---|---|
AddGroup |
Adds a new Group to the allowed groups that can use this page creation rule.
| |
AddUser |
Adds a new User to the list of users explicitly allowed to use this page creation rule.
| |
AllowPageCreation | ||
ClearUsersAndGroups |
Removes all users and groups that are allowed to use this page creation rule to create pages. This renders the page creation rule unusable.
| |
FirstAccessibleParentPage |
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.
| |
Groups | ||
GroupsCount |
Gets the count of allowed Groups.
| |
IsGroupAllowed(String) | ||
IsGroupAllowed(IUserGroup) | ||
IsUserAllowed(String) | ||
IsUserAllowed(IUser) | ||
ParentPages |
Retrieves the collection of parent Pages under which the page creation rule is allowed to create pages.
| |
ParentPagesCount |
Gets the count of parent page entries for this page creation rule.
| |
RemoveGroup |
Removes a Group from the list of group explicitly allowed to use this page creation rule.
| |
RemoveParentPage |
Removes a parent Page from the parent pages collection
| |
RemoveUser |
Removes a User from the list of users explicitly allowed to use this page creation rule.
| |
SetParentPage |
Sets a Page as parent page of this page creation rule.
| |
UnassociateWorkflowDefinition |
Removes the Workflow Definition from this page creation rule.
| |
Users | ||
UsersCount |
Gets the count of explicitly allowed Users.
| |
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) | |
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.) |