Click or drag to resize

CustomFieldCollection Class

Represents collection of CustomFields
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListCustomField
    Dynamicweb.News.CommonCustomFieldCollection

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class CustomFieldCollection : List<CustomField>

The CustomFieldCollection type exposes the following members.

Constructors
  NameDescription
Public methodCustomFieldCollection
Initializes a new instance of the CustomFieldCollection class.
Top
Methods
  NameDescription
Public methodGetFieldsByItemID
Gets the fields by item identifier.
Top
See Also