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 SXML schema set for the modules provided by the module provider.

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

Syntax

C#Copy imageCopy Code
public static  CreateSchemaSet(
	 moduleProvider,
	 schemaType
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function CreateSchemaSet ( _
	moduleProvider As , _
	schemaType As  _
) As 

Parameters

moduleProvider
ModuleProvider
The module provider.
schemaType
SxmlSchemaType
Type of the schema.

Return Value

See Also

Advanced