IPublishingSystemSecurity Interface Ingeniux CMS Content Store API

Represents the settings of the User or Group that access a Publishing Target.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public interface IPublishingSystemSecurity

The IPublishingSystemSecurity type exposes the following members.

Properties

  NameDescription
Public propertyManager
Gets the Publishing Manager that retrieved or created this instance.
Public propertySession
Gets the Session that retrieved or created this instance.
Top
Methods

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

Reference