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

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

Parameters

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