Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Search Namespace / IdRangeParser Class / IdRangeParser Constructor / IdRangeParser Constructor(String,String)
The name of the field being matched.
The order range to parse
In This Topic
    IdRangeParser Constructor(String,String)
    In This Topic
    Initializes a new instance of the IdRangeParser class.
    Syntax
    public IdRangeParser( 
       string fieldName,
       string idRange
    )

    Parameters

    fieldName
    The name of the field being matched.
    idRange
    The order range to parse
    Remarks
    Valid range examples: 12: Order 12 12,15: Order 12 and 15 12-15: Order 12 through 15 12-15,20: Order 12 through 15 and 20
    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