Click or drag to resize

IPublishingSystemSecurity Methods


The IPublishingSystemSecurity type exposes the following members.

Methods
  Name Description
Public method BlockedUserGroups Retrieves the collection of Users and Groups that are not allowed to publish to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollectionTManager)
Public method BlockUserGroup Blocks Users from the specified Group from publishing to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollectionTManager)
Public method ClearBlocks Clears all blocks and allows everybody to publish to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollectionTManager)
Public method IsGroupAllowed Checks whether a Group is allowed to publish to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollectionTManager)
Public method IsUserAllowed Checks whether a User is allowed to publish to the represented Publishing Target.
(Inherited from IBlockedGroupsSecurityCollectionTManager)
Public method RemoveUserGroupBlock Removes the blocking to a Group
(Inherited from IBlockedGroupsSecurityCollectionTManager)
Public method Code example Serialize Serialize to an XML format
(Inherited from IBlockedGroupsSecurityCollectionTManager)
Top
See Also