Click or drag to resize

ISchemaWithVersionsSave Method


Saves this schema.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Save(
	bool saveNewVersion
)

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