Click or drag to resize

ISchemaSystemSecurity Methods


The ISchemaSystemSecurity type exposes the following members.

Methods
  NameDescription
Public methodBlockedUserGroups
Retrieves the collection of Users and Groups that are not allowed to publish to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollection<TManager>.)
Public methodBlockUserGroup
Blocks Users from the specified Group from publishing to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollection<TManager>.)
Public methodClearBlocks
Clears all blocks and allows everybody to publish to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollection<TManager>.)
Public methodIsGroupAllowed
Checks whether a Group is allowed to publish to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollection<TManager>.)
Public methodIsUserAllowed
Checks whether a User is allowed to publish to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollection<TManager>.)
Public methodRemoveUserGroupBlock
Removes the blocking to a Group
(Inherited from IBlockedGroupsSecurityCollection<TManager>.)
Public methodCode exampleSerialize
Serialize to an XML format
(Inherited from IBlockedGroupsSecurityCollection<TManager>.)
Top
See Also