ISchemaManagerParseSchema Method
|
Parse xml document and convert it into schema entity. Please note that this entity is not saved to database yet.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchema ParseSchema(
XDocument schemaContent
)
Function ParseSchema (
schemaContent As XDocument
) As ISchema
ISchema^ ParseSchema(
XDocument^ schemaContent
)
abstract ParseSchema :
schemaContent : XDocument -> ISchema
Parameters
- schemaContent
- Type: System.Xml.LinqXDocument
The schema document
Return Value
Type:
ISchemaParse schema entity
Exceptions See Also