ISchemaWithVersionsSave Method
|
Saves this schema.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid Save(
bool saveNewVersion
)
Sub Save (
saveNewVersion As Boolean
)
void Save(
bool saveNewVersion
)
abstract Save :
saveNewVersion : bool -> unit Parameters
- saveNewVersion Boolean
- Whether to save the schema
RemarksIf 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