FormFieldInfoGetTypedDefaultValue Method |
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 13.0.131
Syntax public Object GetTypedDefaultValue(
FormResolveTypeEnum resolveType,
IMacroResolver macroResolver,
bool nullIfDefault = false
)
Parameters
- resolveType
- Type: CMS.FormEngineFormResolveTypeEnum
Resolver type - macroResolver
- Type: CMS.MacroEngineIMacroResolver
Macro resolver - nullIfDefault (Optional)
- Type: SystemBoolean
If true, and the resulting value is the default value, returns null
Return Value
Type:
ObjectSee Also