ISchemaVersionCommonIsCurrentVersion Property
|
Checks whether this version is the
schema's current version.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool IsCurrentVersion { get; }
ReadOnly Property IsCurrentVersion As Boolean
Get
property bool IsCurrentVersion {
bool get ();
}
abstract IsCurrentVersion : bool with get
Property Value
Type:
BooleanRemarks The current version of a
schema also has its own
version number.
See Also