SqlPersonalizationProvider::SavePersonalizationBlob Method (WebPartManager^, String^, String^, array<Byte>^)
Saves raw personalization data to the underlying Microsoft SQL Server database.
Assembly: System.Web (in System.Web.dll)
protected: virtual void SavePersonalizationBlob( WebPartManager^ webPartManager, String^ path, String^ userName, array<unsigned char>^ dataBlob ) override
Parameters
- webPartManager
-
Type:
System.Web.UI.WebControls.WebParts::WebPartManager^
The WebPartManager managing the personalization data.
- path
-
Type:
System::String^
A PersonalizationScope indicating the personalization information to be saved. This value cannot be null.
- userName
-
Type:
System::String^
The user name for personalization information in the User scope to be used as the key.
- dataBlob
-
Type:
array<System::Byte>^
The byte array of data to be saved.
If a non-null user name is provided, then the dataBlob parameter contains personalization data for User scope; otherwise, dataBlob is assumed to contain data for Shared scope.
The SqlPersonalizationProvider object automatically updates the LastActivityDate column in the aspnet_Users table each time user-specific personalization data is saved to 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.
Available since 2.0