Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / IEmailListSignupRepository Interface / GetEmailListSignupId Method
Id of the email list for the EmailListSignup object in question
The email field for the EmailListSignup object in question
In This Topic
    GetEmailListSignupId Method (IEmailListSignupRepository)
    In This Topic
    Gets the Id of the EmailListSignup object that represents the given email and email list Id
    Syntax
    int GetEmailListSignupId( 
       int emailListId,
       string email
    )

    Parameters

    emailListId
    Id of the email list for the EmailListSignup object in question
    email
    The email field for the EmailListSignup object in question

    Return Value

    Id of the EmailListSignup
    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