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

An ID of the target group.
An ID of the target eCommerce language.
An ID of the target definition.
Returns value indicating whether there are any options defined for the given group and filter definition.
Syntax
'Declaration
 
Public Overloads Shared Function HasOptions( _ 
   ByVal groupID As String, _ 
   ByVal languageID As String, _ 
   ByVal definitionID As Integer _ 
) As Boolean
public static bool HasOptions( 
   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

Value indicating whether there are any options defined for the given group and filter definition.
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