Click or drag to resize
FormHelperLoadDefaultValues Method
Loads the default class values to the Data container.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
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