ISchemaSave Method Ingeniux CMS Content Store API

Saves this schema.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference