Click or drag to resize
FormHelperGetInheritedFields Method
Gets the table of the fields that are inherited

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static SafeDictionary<string, IField> GetInheritedFields(
	FormInfo fi
)

Parameters

fi
Type: CMS.FormEngineFormInfo
Form info to examine

Return Value

Type: SafeDictionaryString, IField
See Also