This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the list of schema file names for the current context instance.
Namespace: Smartsite.Validation.Sxml
Assembly: Smartsite.Validation (in Smartsite.Validation.dll)
Syntax
C# | Copy Code |
---|---|
public string[] GetSchemaFileNames( type ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function GetSchemaFileNames ( _ type As _ ) As () |
Parameters
- type
- SxmlSchemaType
The type.
Return Value
Remarks
The GetSchemaFileNames does not include the custom schemas included and imported by the SXML schema (like ResultFormatter.xsd). There
is currently no way to determine those files without having access to the schema itself. See also SxmlSchemaProvider.GetSxmlIncludeFileNames.
See Also
SchemaContext Class
Smartsite.Validation.Sxml Namespace