IContentItemAssignmentComment Property
|
Gets the comments from assignments when the page was not in workflow.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string AssignmentComment { get; }
ReadOnly Property AssignmentComment As String
Get
property String^ AssignmentComment {
String^ get ();
}
abstract AssignmentComment : string with get
Property Value
Type:
StringRemarks This method returns the last comment from the last manual assignment on the page when it wasn't in workflow. It is not necessarily the last comment when page was assigned.
See Also