IContentFreezeStateLastChangeUserId Property
|
Gets the ID of the most recent
User that updated the content freeze state.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string LastChangeUserId { get; }
ReadOnly Property LastChangeUserId As String
Get
property String^ LastChangeUserId {
String^ get ();
}
abstract LastChangeUserId : string with get
Property Value
Type:
StringRemarks The initiation user is the last changed user before any other user making changes.
See Also