Dynamicweb 8 Documentation
getFieldTypes(Int32) Method

Field type ID
Get field type object by type ID
Syntax
'Declaration
 
Public Overloads Shared Function getFieldTypes( _ 
   ByVal typeId As Integer _ 
) As FieldTypeCollection
public static FieldTypeCollection getFieldTypes( 
   int typeId 
)

Parameters

typeId
Field type ID

Return Value

Collection with selected object or empty collection if provided ID is not found in DB
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

FieldType Class
FieldType Members
Overload List

Send Feedback