ISchemaContentID Property
|
Gets/sets the ID of the content item.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax Property ID As String
Get
Set
property String^ ID {
String^ get ();
void set (String^ value);
}
abstract ID : string with get, set
Property Value
Type:
StringRemarks If this is the content of a
schema, the ID will be an empty string since schemas don't have an xID.
See Also