DoAddUserToList Method
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Protected Function DoAddUserToList ( _
listId As Guid, _
user As MailingListUserData _
) As Integer
'Usage
Dim listId As Guid
Dim user As MailingListUserData
Dim returnValue As Integer
returnValue = Me.DoAddUserToList(listId, _
user)
protected int DoAddUserToList(
Guid listId,
MailingListUserData user
)
protected:
int DoAddUserToList(
Guid listId,
MailingListUserData^ user
)
protected function DoAddUserToList(
listId : Guid,
user : MailingListUserData
) : int
Parameters
- listId
Type: System..::.Guid
Reserved for internal use only.
- user
Type: MailingListUserData
Reserved for internal use only.
Return Value
Type: System..::.Int32
Reserved for internal use only.
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.