3.30 DocumentLibraries

A collection of DocumentLibrary objects.

3.30.1 Properties

The following table lists properties along with their access and descriptions.

Property

Access

Description

Application

R/O

Application. The Application object.

Count

R/O

Long. The number of objects in this collection.

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. For Windows only.

Parent

R/O

Account. The Account object that owns this collection.

3.30.2 Methods

DocumentLibrary Item(VARIANT Index)

DEFAULT. Returns the DocumentLibrary object specified by Index. Index may be a Long or a string. If Index is a Long, returns the DocumentLibrary object located at the given Index in the collection. Valid indexes are 1 through Count, inclusive. Throws an exception if the Index is outside of this range. If Index is a string, returns the DocumentLibrary object whose LibraryID is equal to Index.

3.30.3 Remarks

A DocumentLibraries collection is refreshed when its parent object is refreshed. When a DocumentLibraries collection is refreshed, it updates the DocumentLibrary objects which are in the collection but it does not recursively refresh the DocumentLibrary objects themselves.