Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Search Namespace / IdRangeParser Class / IdRangeParser Constructor / IdRangeParser Constructor(String,String,String)
The name of the field being matched.
The order range to parse
This value is ignored.
In This Topic
    IdRangeParser Constructor(String,String,String)
    In This Topic
    Initializes a new instance of the IdRangeParser class.
    Syntax
    [Obsolete("Use the constructor without passing uniqueId parameter.")]
    public IdRangeParser( 
       string fieldName,
       string idRange,
       string uniqueId
    )

    Parameters

    fieldName
    The name of the field being matched.
    idRange
    The order range to parse
    uniqueId
    This value is ignored.
    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