ISchemaManagerParseAssetSchema Method
|
Parse xml document and convert it into an asset 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
SyntaxIAssetSchema ParseAssetSchema(
XDocument schemaContent
)
Function ParseAssetSchema (
schemaContent As XDocument
) As IAssetSchema
IAssetSchema^ ParseAssetSchema(
XDocument^ schemaContent
)
abstract ParseAssetSchema :
schemaContent : XDocument -> IAssetSchema Parameters
- schemaContent XDocument
- The schema document
Return Value
IAssetSchemaParse schema entity
Exceptions
See Also