WebPartInstanceLoadProperties Method (DataRow) |
Loads default values from specified DataRow to the webpart properties.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public void LoadProperties(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Datarow with properties default values
See Also