RemoveUser Method
Removes a single specified user from the StaticList object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub RemoveUser ( _
email As String _
)
'Usage
Dim instance As StaticList
Dim email As String
instance.RemoveUser(email)
public void RemoveUser(
string email
)
public:
void RemoveUser(
String^ email
)
public function RemoveUser(
email : String
)
Parameters
- email
Type: System..::.String
e-mail address of the user to remove.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | email is nullNothingnullptra null reference (Nothing in Visual Basic). |
Remarks
The StaticList will consist of the existing list less the specified user.
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.