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

    Parameters

    emailList
    The given EmailList

    Return Value

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