FormInfoLoadDefaultValues Method (DataRow, FormResolveTypeEnum, Boolean) |
Loads the default values into the DataRow.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax public void LoadDefaultValues(
DataRow dr,
FormResolveTypeEnum resolveType,
bool onlyVisible = false
)
Parameters
- dr
- Type: System.DataDataRow
Datarow to load - resolveType
- Type: CMS.FormEngineFormResolveTypeEnum
Type of macro resolving - onlyVisible (Optional)
- Type: SystemBoolean
If set True data are loaded for visible fields only; default value is False
See Also