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