DMSAccessRightsCollectionIterator

This object iterates over all DMSAccessRights objects in a DMSAccessRightsCollection, belonging to a DistributionList, DMSLibrary, or User.

Properties

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

Property

Access

Description

ObjType

R/O

Enum( eadObjDMSAccessRightsCollectionIterator )

System

R/O

System

Methods

DMSAccessRightsCollectionIterator Clone()

Creates a new, independent DMSAccessRightsCollectionIterator object. The clone starts at the original’s current position in the collection. Clones are useful for saving the current position of an iterator.

DMSAccessRights Next()

Returns the next DMSAccessRights object, or nothing, if the last DMSAccessRights object has already been returned.

Reset()

Resets the DMSAccessRightsCollectionIterator to its initial state.

Skip( Long NumItems )

Skips past the next NumItems DMSAccessRights objects, or as many as possible if there are no remaining NumItems to skip. Returns an error if NumItems < 0.

Remarks

None.