Represents the state of Content Freeze, which only allows a limited number of users to open read/write sessions.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IContentFreezeState type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowedOperatingGroups |
Gets the Groups that are allowed to open sessions.
Among this list, only the administrators group is allowed to change the state itself.
| |
AllowedOperatingUserIds |
Gets the ID of Users that are allowed to open sessions.
Among this list, only administrators are allowed to change the state itself.
| |
EndingTime |
Gets the ending time of the content freeze. If set to null, content freeze will be indefinite until the state object is removed.
| |
InEffect |
Gets whether the content freeze is in effect.
| |
InitiationUserId |
Gets the ID of the User that started the content freeze
| |
LastChangeTime |
The time when content freeze state was last udpated.
| |
LastChangeUserId |
Gets the ID of the most recent User that updated the content freeze state.
| |
Message |
Gets the message of the content freeze.
| |
StartingTime |
Gets the starting time of the content freeze. If set to null, content freeze will never start.
|
Methods
Name | Description | |
---|---|---|
AllowUser |
Checkes if the given user is allowed to make change to the content freeze state.
| |
Change |
Changes the end time and allowed user for the content freeze state. Only administrators specified as allowed users can do this.
|
See Also