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