Click or drag to resize

IUDefFields Interface

Collection of user-defined fields. You can retrieve fields by name or by field id. A User-defined field - contains layout and database storage information, as well as value of field. Collection of user-defined fields. You can retrieve fields by name or by field id.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IUDefFields : IEnumerable

The IUDefFields type exposes the following members.

Properties
  NameDescription
Public propertyByFieldId
Public propertyByFieldIdentity
Public propertyByName
Public propertyByProgId
Public propertyCode exampleCount
The number of user defined fields on this type of object. A User-defined field - contains layout and database storage information, as well as value of field. How many UdefField are in the collection
Top
Methods
  NameDescription
Public methodGetEnumerator
Top
See Also