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.
| |
GetParentAccess |
Returns whether the page contains a user or group that has FULL_ACCESS to a parent page/>
| |
Groups | ||
GroupsCount |
Gets the count of allowed Groups.
| |
IsGroupAllowed(String) |
Returns if the passed in group ID is allowed to use the current | |
IsGroupAllowed(IUserGroup) |
Returns if the passed in IUserGroup is allowed to use the current | |
IsUserAllowed(String) |
Returns if the passed in user ID is allowed to use the current | |
IsUserAllowed(IUser) |
Returns if the passed in IUser is allowed to use the current | |
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.
| |
Touch |
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.) | |
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.) |