LookupTableEntries

This large collection contains LookupTableEntry objects.

Properties

The following table lists the properties for this class, along with access and descriptions.

Property

Access

Description

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. (For Windows only.)

ObjType

R/O

Enum( eadObjLookupTableEntries )

System

R/O

System

Methods

LookupTableEntry Add( Variant Value, [Variant ParentValue], [Long DocLife], [ExpirationTypeConstants ExpAction], [Long MaxVers] )

Creates a LookupTableEntry with the given information and object properties. Value can be either a String or a numeric value. If the owning table has a ParentTable, ParentValue is required. DocLife, ExpAction, and MaxVers are only applicable if the LookupTable is the DocumentType Table.

LookupTableEntriesIterator CreateIterator()

Creates a LookupTableEntriesIterator object.

LookupTableEntry Item( Variant Value, [Variant ParentValue] )

Returns the LookupTableEntry with the given Value. Value can either be a String or a numeric value. ParentValue is only valid if this collection LookupTable has a parent table.

Remarks

None.