IContentItemVersionComments Property
|
Gets/sets the comment of this version.
Comments are set during check-in of a IContentItemContent Item
.
However, it can be changed anytime afterwards.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string Comments { get; set; }
Property Comments As String
Get
Set
property String^ Comments {
String^ get ();
void set (String^ value);
}
abstract Comments : string with get, set
Property Value
Type:
StringRemarks Comments cannot be set on a checked-out version directly
See Also