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.
|
See Also