Dynamicweb 8 Documentation
GetKnownCustomDataTypes Method

A Collection(Of T) of Type to add known types to.
Sets the collection of known types to use for serialization and deserialization of the custom data objects.
Syntax
'Declaration
 
Public Sub GetKnownCustomDataTypes( _ 
   ByVal customDataTypes As Collection(Of Type) _ 
) 
public void GetKnownCustomDataTypes( 
   Collection<Type> customDataTypes 
)

Parameters

customDataTypes
A Collection(Of T) of Type to add known types to.
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