Click or drag to resize
WebPartInstanceLoadProperties Method (DataRow)
Loads default values from specified DataRow to the webpart properties.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public void LoadProperties(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Datarow with properties default values
See Also