IAdmApprovers

The IAdmApprovers interface represents a collection of approvers of an approval request.

Inheritance: IEnumerable

Methods

  • Method

  • Description

  • GetObject()

  • Gets an approver by its index.

  • GetEnumerator()

  • Retrieves an enumerator object for this collection of approval request approvers.

Properties

  • Property

  • Description

  • Count

  • Gets the number of approvers in the collection.

Details

GetObject()

Gets an approver by its index.

IAdmTop GetObject(int index)

GetEnumerator()

Retrieves an enumerator object for this collection of approval request approvers. The enumerator object implements the IEnumerator interface that can be used to enumerate approvers in foreach loops.

IEnumerator GetEnumerator()

Count

Gets the number of approvers in the collection.

  • Type:
  • int
  • Access:
  • Read-only

Requirements

Minimum required version: 2009.1

See also