This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Resolves schema config locations.
Namespace: Smartsite.Validation.Sxml
Assembly: Smartsite.Validation.Provider (in Smartsite.Validation.Provider.dll)
Syntax
C# | Copy Code |
---|---|
public class SchemaConfigResolver |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SchemaConfigResolver |
Remarks
Schema config locations are used to define custom schema's in an iXperion site. There are three possible scenario's:
Schema is a CMS field item. The config location refers to an cms item and the field denotes the content item field containing the actual schema dataSchema is a file on disk. The location refers to a file on disk (relative to the site root).Schema consists of all files in a folder. The location refers to a folder on disk and all files in this folder are associated with the schema.
Inheritance Hierarchy
See Also
SchemaConfigResolver Members
Smartsite.Validation.Sxml Namespace