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 module info.

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

Syntax

C#Copy imageCopy Code
public static  CreateModuleInfo(
	 module,
	 declaringType,
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function CreateModuleInfo ( _
	module As , _
	declaringType As , _
	context As  _
) As 

Parameters

module
ModuleInfo
The module.
declaringType
Type
Type of the declaring.
context
SerializableContext
The context.

Return Value

See Also

Advanced