Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the information for an existing user in the StaticList object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub UpdateUser ( _
user As MailingListUser _
)
'Usage
Dim instance As StaticList
Dim user As MailingListUser
instance.UpdateUser(user)
public void UpdateUser(
MailingListUser user
)
public:
void UpdateUser(
MailingListUser^ user
)
public function UpdateUser(
user : MailingListUser
)
Parameters
- user
Type: Microsoft.CommerceServer.Marketing..::.MailingListUser
The MailingListUser to update.
Remarks
The StaticList will be updated with the revised user information.
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.