Click or drag to resize
FormHelperInitTable Method
Initializes given dictionary.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static void InitTable(
	CMSStatic<ProviderStringValueDictionary<FormInfo>> dictionary,
	string objectType,
	ref Object lockObj
)

Parameters

dictionary
Type: CMS.BaseCMSStaticProviderStringValueDictionaryFormInfo
Dictionary
objectType
Type: SystemString
Object type
lockObj
Type: SystemObject
Lock object
See Also