Dynamicweb 8 Documentation
GetFieldType Method

ID of FieldType object in current collection
Get FieldType object by its ID from current collection
Syntax
'Declaration
 
Public Function GetFieldType( _ 
   ByVal typeID As Integer _ 
) As FieldType
public FieldType GetFieldType( 
   int typeID 
)

Parameters

typeID
ID of FieldType object in current collection

Return Value

FieldType object or Nothing if provided ID is not found in current collection
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

FieldTypeCollection Class
FieldTypeCollection Members

Send Feedback