Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IPublishingSystemSecurity type exposes the following members.
Properties
Name | Description | |
---|---|---|
Manager |
Gets the Publishing Manager
that retrieved or created this instance.
| |
Session |
Gets the Session that retrieved or created this instance.
|
Methods
Name | Description | |
---|---|---|
BlockedUserGroups |
Retrieves the collection of Users and Groups that are not allowed
to publish to the represented Publishing Target.
| |
BlockUserGroup | ||
ClearBlocks |
Clears all blocks and allows everybody to publish to the represented Publishing Target.
| |
IsGroupAllowed |
Checks whether a Group is allowed to publish to the represented
Publishing Target.
| |
IsUserAllowed |
Checks whether a User is allowed to publish to the represented
Publishing Target.
| |
RemoveUserGroupBlock |
Removes the blocking to a Group | |
Serialize |
Serialize to an XML format
|
See Also