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

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

Saves the locations of the web parts

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

protected override void SavePersonalizationBlob(
	WebPartManager webPartManager,
	string path,
	string userName,
	byte[] dataBlob
)

Parameters

webPartManager
Type: System.Web.UI.WebControls.WebPartsWebPartManager
Current web part manager
path
Type: SystemString
Path to web site
userName
Type: SystemString
Current username
dataBlob
Type: SystemByte
Web parts localisations
See Also

Reference