Click or drag to resize
DataDefinitionGetFieldsItemType Method
Gets the field of the given type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public IEnumerable<ItemType> GetFields<ItemType>()
where ItemType : IField

Type Parameters

ItemType

Return Value

Type: IEnumerableItemType
See Also