Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IWishlistItemInputRepository Interface / CountForInputField Method
The given InputFieldId
In This Topic
    CountForInputField Method (IWishlistItemInputRepository)
    In This Topic
    Counts the number of WishlistItemInput objects for the given InputFieldId in the database.
    Syntax
    int CountForInputField( 
       int inputFieldId
    )

    Parameters

    inputFieldId
    The given InputFieldId

    Return Value

    The Number of WishlistItemInput objects for the given InputFieldId in the database.
    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