This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a default local schemaset provider filled with built-in schema's.

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

Syntax

C#Copy imageCopy Code
public static  CreateDefault(
	 moduleProvider,
	string cacheFolderPath
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function CreateDefault ( _
	moduleProvider As , _
	cacheFolderPath As  _
) As 

Parameters

moduleProvider
ModuleProvider
The module provider.
cacheFolderPath
String
The cache folder path.

Return Value

See Also

Advanced