Dynamicweb 8 Documentation
GetOptionsByFieldID Method

An ID of the field.
Retrieves a collection of options that matches specified field ID.
Syntax
'Declaration
 
Public Shared Function GetOptionsByFieldID( _ 
   ByVal fieldID As String _ 
) As FieldOptionCollection
public static FieldOptionCollection GetOptionsByFieldID( 
   string fieldID 
)

Parameters

fieldID
An ID of the field.

Return Value

A collection of options that matches specified field ID.
Remarks
The resulting collection is sorted ascending by the sort number.
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

FieldOption Class
FieldOption Members

Send Feedback