Click or drag to resize

ISchemaManagerImportAssetSchema Method


Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IAssetSchema ImportAssetSchema(
	XDocument schemaContent,
	bool overwrite = false,
	bool skipDraftMode = false
)

Parameters

schemaContent
Type: System.Xml.LinqXDocument

[Missing <param name="schemaContent"/> documentation for "M:Ingeniux.CMS.ISchemaManager.ImportAssetSchema(System.Xml.Linq.XDocument,System.Boolean,System.Boolean)"]

overwrite (Optional)
Type: SystemBoolean

[Missing <param name="overwrite"/> documentation for "M:Ingeniux.CMS.ISchemaManager.ImportAssetSchema(System.Xml.Linq.XDocument,System.Boolean,System.Boolean)"]

skipDraftMode (Optional)
Type: SystemBoolean

[Missing <param name="skipDraftMode"/> documentation for "M:Ingeniux.CMS.ISchemaManager.ImportAssetSchema(System.Xml.Linq.XDocument,System.Boolean,System.Boolean)"]

Return Value

Type: IAssetSchema

[Missing <returns> documentation for "M:Ingeniux.CMS.ISchemaManager.ImportAssetSchema(System.Xml.Linq.XDocument,System.Boolean,System.Boolean)"]

See Also