FormHelperLoadDefaultValues Method |
Loads the default class values to the Data container.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax public static void LoadDefaultValues(
string className,
IDataContainer container,
FormResolveTypeEnum resolveType = FormResolveTypeEnum.None
)
Parameters
- className
- Type: SystemString
Class name - container
- Type: CMS.BaseIDataContainer
Data container - resolveType (Optional)
- Type: CMS.FormEngineFormResolveTypeEnum
Type of macro resolving
See Also