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
Syntaxbool IsCurrentVersion { get; }
ReadOnly Property IsCurrentVersion As Boolean
Get
property bool IsCurrentVersion {
bool get ();
}
abstract IsCurrentVersion : bool with get
Property Value
Type:
Boolean
RemarksThe current version of a
schema also has its own
version number.
See Also