ISchemaWithVersionsSave Method
|
Saves this schema.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Save(
bool saveNewVersion
)
Sub Save (
saveNewVersion As Boolean
)
void Save(
bool saveNewVersion
)
abstract Save :
saveNewVersion : bool -> unit
Parameters
- saveNewVersion
- Type: SystemBoolean
Whether to save the schema
Remarks If saveNewVersion is true, a previous version will be created, and this schema is allowed to create pages.
If not, a previous version will not be created, and this schema will be in draft mode and cannot be used to create pages.
See Also