Dynamicweb 8 Documentation
GetOptions(String,String,Int32) Method

An ID of the target group.
An ID of the target eCommerce language.
An ID of the target definition.
Returns a list of options for a given group and a given filter definition.
Syntax
'Declaration
 
Public Overloads Shared Function GetOptions( _ 
   ByVal groupID As String, _ 
   ByVal languageID As String, _ 
   ByVal definitionID As Integer _ 
) As IEnumerable(Of GroupFilterOption)
public static IEnumerable<GroupFilterOption> GetOptions( 
   string groupID,
   string languageID,
   int definitionID 
)

Parameters

groupID
An ID of the target group.
languageID
An ID of the target eCommerce language.
definitionID
An ID of the target definition.

Return Value

A list of options for a given group and a given filter definition.
Exceptions
ExceptionDescription
System.ArgumentNullExceptiongroupID is null.
System.ArgumentExceptiongroupID is an empty string or definitionID is less or equal to zero.
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

GroupFilterOption Class
GroupFilterOption Members
Overload List

Send Feedback