Click or drag to resize
FormCategoryInfoClone Method
Returns cloned object of current FormCategoryInfo object.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public IField Clone()

Return Value

Type: IField
Returns clone of FormCategoryInfo

Implements

IFieldClone
See Also