Ensures the default class values to the Data container for required fields (not allowing empty value) without a value.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- className
- Type: System String
Class name
- container
- Type: CMS.Base IDataContainer
Data container
- resolveType (Optional)
- Type: CMS.FormEngine FormResolveTypeEnum
Type of macro resolving
Return Value
Type: BooleanReturns TRUE if at least one default value was ensured.
See Also