WebPartProviderLoadPersonalizationBlobs Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Load personalization data

Namespace: ContentStudio.Site.WebParts
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected override void LoadPersonalizationBlobs(
	WebPartManager webPartManager,
	string path,
	string userName,
	ref byte[] sharedDataBlob,
	ref byte[] userDataBlob
)

Parameters

webPartManager
Type: System.Web.UI.WebControls.WebPartsWebPartManager
Current web part manager
path
Type: SystemString
Path to web site
userName
Type: SystemString
Current username
sharedDataBlob
Type: SystemByte
Users shared data
userDataBlob
Type: SystemByte
Users data
See Also

Reference