Click or drag to resize
FormHelperGetInheritedCategories Method
Gets the table of the categories that are inherited.

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

Parameters

fi
Type: CMS.FormEngineFormInfo
Form info to examine

Return Value

Type: SafeDictionaryString, IField
See Also