DoRemoveUserFromList 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 DoRemoveUserFromList ( _
listId As Guid, _
email As String _
) As Integer
'Usage
Dim listId As Guid
Dim email As String
Dim returnValue As Integer
returnValue = Me.DoRemoveUserFromList(listId, _
email)
protected int DoRemoveUserFromList(
Guid listId,
string email
)
protected:
int DoRemoveUserFromList(
Guid listId,
String^ email
)
protected function DoRemoveUserFromList(
listId : Guid,
email : String
) : int
Parameters
- listId
Type: System..::.Guid
Reserved for internal use only.
- email
Type: System..::.String
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.