Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / IProductImageRepository Interface / LoadForMoniker Method
productId value to match
moniker value to match
In This Topic
    LoadForMoniker Method (IProductImageRepository)
    In This Topic
    Loads the first ProductImage for the specifeid product that matches the given moniker
    Syntax
    ProductImage LoadForMoniker( 
       int productId,
       string moniker
    )

    Parameters

    productId
    productId value to match
    moniker
    moniker value to match

    Return Value

    If matched then ProductImage instance otherwise null
    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