Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / ProductVariantManager Class / GetVariantByIndex Method
Index to get the ProductVariant for
In This Topic
    GetVariantByIndex Method
    In This Topic
    Gets a ProductVariant at the given index
    Syntax
    public ProductVariant GetVariantByIndex( 
       int index
    )

    Parameters

    index
    Index to get the ProductVariant for

    Return Value

    ProductVariant at the given index
    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