Click or drag to resize

IContentFreezeStateChange Method


Changes the end time and allowed user for the content freeze state. Only administrators specified as allowed users can do this.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
void Change(
	IUserSession session,
	DateTime startTime,
	DateTime? newEndingTime,
	IEnumerable<string> newAllowedUserIds,
	IEnumerable<string> newAllowedGroupIds,
	string message = ""
)

Parameters

session  IUserSession
The session that will perform this change
startTime  DateTime

[Missing <param name="startTime"/> documentation for "M:Ingeniux.CMS.IContentFreezeState.Change(Ingeniux.CMS.IUserSession,System.DateTime,System.Nullable{System.DateTime},System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.String)"]

newEndingTime  NullableDateTime
New end time of content freeze; if null, the freeze never ends
newAllowedUserIds  IEnumerableString
Users allowed to open sessions
newAllowedGroupIds  IEnumerableString

[Missing <param name="newAllowedGroupIds"/> documentation for "M:Ingeniux.CMS.IContentFreezeState.Change(Ingeniux.CMS.IUserSession,System.DateTime,System.Nullable{System.DateTime},System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String},System.String)"]

message  String  (Optional)
The message of the content freeze (optional)
See Also