IContent
|
The IContentFreezeState type exposes the following members.
| 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. | |
| AllowedOperatingUsers | Gets the Users that are allowed to open sessions. Among this list, only the administrators group is 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. |
| 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. |