Click or drag to resize
WebPartInstanceLoadProperties Method (WebPartInstance)
Loads the webpart properties from given webpart.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public void LoadProperties(
	WebPartInstance webpart
)

Parameters

webpart
Type: CMS.PortalEngineWebPartInstance
The web part instance
See Also