Click or drag to resize

CoreStateLoadXsdSchemas Method

Loads the XSD schemas from the VsNetXsdFolder specified in the specified preferences and the folder specified in the .config file.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void LoadXsdSchemas(
	UserConfiguration preferences
)

Parameters

preferences
Type: SD.LLBLGen.Pro.ApplicationCore.ConfigurationUserConfiguration
The preferences.
See Also