SqlPersonalizationProvider.LoadPersonalizationBlobs Method
Assembly: System.Web (in system.web.dll)
protected: virtual void LoadPersonalizationBlobs ( WebPartManager^ webPartManager, String^ path, String^ userName, array<unsigned char>^% sharedDataBlob, array<unsigned char>^% userDataBlob ) override
protected void LoadPersonalizationBlobs ( WebPartManager webPartManager, String path, String userName, /** @ref */ byte[] sharedDataBlob, /** @ref */ byte[] userDataBlob )
Not applicable.
Parameters
- webPartManager
The WebPartManager managing the personalization data.
- path
The path for personalization information in the Shared scope to be used as the retrieval key.
- userName
The user name for personalization information in the User scope to be used as the retrieval key.
- sharedDataBlob
The returned data for the Shared scope.
- userDataBlob
The returned data for the User scope.
This method uses the webPartManager, path, and username parameters as retrieval keys. The returned data contains:
-
The Shared data returned in the sharedDataBlob parameter.
-
Depending on the key values, User data is returned in the userDataBlob parameter. A non-a null reference (Nothing in Visual Basic) value for the userName parameter indicates that User data is also retrieved.
The SqlPersonalizationProvider object automatically updates the LastActivityDate column in the aspnet_Users table each time user-specific personalization data is loaded from the database in the context of a page request. This behavior allows other ASP.NET features to use the LastActivityDate property when managing stale data records as well as determining recent user activity on a site.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.