Saves this schema.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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
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.
Reference