Dynamicweb 8 Documentation
GroupFilterOptionsMergeMode Enumeration

Represents a merge mode for filter options that were preconfigured by the user.
Syntax
'Declaration
 
Public Enum GroupFilterOptionsMergeMode 
   Inherits System.Enum
public enum GroupFilterOptionsMergeMode : System.Enum 
Members
MemberDescription
AppendAppend dynamic options at the end of the preconfigured list.
NoneDon't perge with dynamic options - only use preconfigured ones.
PrependPrepend the preconfigured list with dynamic options.
SortMix preconfigured options with dynamic ones by sorting the entire list using default comparer and current culture.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dynamicweb.eCommerce.Products.GroupFilterOptionsMergeMode

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

Dynamicweb.eCommerce.Products Namespace

Send Feedback