This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates the files of given schema set and save them to the current cache folder path.

Namespace: Smartsite.Validation.Sxml
Assembly:  Smartsite.Validation.Provider (in Smartsite.Validation.Provider.dll)

Syntax

C#Copy imageCopy Code
protected override void CreateSchemaFiles(
	string schemaSetId,
	 type
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Overrides Sub CreateSchemaFiles ( _
	schemaSetId As , _
	type As  _
)

Parameters

schemaSetId
String
The schema set id.
type
SxmlSchemaType
The type.

Return Value

The complete list of schema file names.

See Also

Advanced