2.8 TrusteePaths Collection

Represents the file system entries for Trustee objects.

2.8.1 HasMoreElements method

Determines whether or not the collection contains any more TrusteePath objects.

Syntax

Object.HasMoreElements()

Parameters

None.

Return Values

Boolean. Returns TRUE if the collection contains more TrusteePath objects.

Example

See sample in Example.

2.8.2 Next method

Returns the path of the next Trustee object in the collection.

Syntax

Object.Next()

Parameters

None.

Return Values

TrusteePath. Returns the path of the next Trustee object in the collection. If there are no more objects in the collection, this property returns NULL.

Example

See sample in Example.

2.8.3 Reset method

Resets the collection of TrusteePath objects.

Syntax

Object.Reset()

Parameters

None.

Return Values

Void.

Example

See sample in Example.

See Also