Dynamicweb 8 Documentation
HasOptions(Group,FilterDefinition) Method

eCommerce product group.
Filter 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 group As Group, _ 
   ByVal definition As FilterDefinition _ 
) As Boolean
public static bool HasOptions( 
   Group group,
   FilterDefinition definition 
)

Parameters

group
eCommerce product group.
definition
Filter 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