Dynamicweb 8 Documentation
GetReferencedTypeOnImport Method

The name of the type in schema.
The namespace of the type in schema.
The object that represents the annotation inserted into the XML schema definition, which is data that can be used for finding the referenced type.
During schema import, returns the type referenced by the schema.
Syntax
'Declaration
 
Public Function GetReferencedTypeOnImport( _ 
   ByVal typeName As String, _ 
   ByVal typeNamespace As String, _ 
   ByVal customData As Object _ 
) As Type
public Type GetReferencedTypeOnImport( 
   string typeName,
   string typeNamespace,
   object customData 
)

Parameters

typeName
The name of the type in schema.
typeNamespace
The namespace of the type in schema.
customData
The object that represents the annotation inserted into the XML schema definition, which is data that can be used for finding the referenced type.

Return Value

The Type to use for the referenced type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductIndexEntrySurrogate Class
ProductIndexEntrySurrogate Members

Send Feedback