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

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

Parameters

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