Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / IEmailListUserRepository Interface / CountForEmailList Method / CountForEmailList(Int32) Method
The given EmailListId
In This Topic
    CountForEmailList(Int32) Method
    In This Topic
    Counts the number of EmailListUser objects for the given EmailListId in the database.
    Syntax
    int CountForEmailList( 
       int emailListId
    )

    Parameters

    emailListId
    The given EmailListId

    Return Value

    The Number of EmailListUser objects for the given EmailListId 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