ActiveReports 8 Server SDK
UpdateUserData Method

The user name to update the data for.
The key to to update the data for.
The data to update, if null is provider the data will be removed.
Updates the user data that is accessible via the key for the specified user.
Syntax
'Declaration
 
Sub UpdateUserData( _
   ByVal username As String, _
   ByVal key As String, _
   ByVal data() As Byte _
) 
void UpdateUserData( 
   string username,
   string key,
   byte[] data
)

Parameters

username
The user name to update the data for.
key
The key to to update the data for.
data
The data to update, if null is provider the data will be removed.
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

Reference

IExtensibleMembershipProvider Interface
IExtensibleMembershipProvider Members

 

 


Copyright © 2015 GrapeCity, inc. All Rights Reserved.

Support Forum