Skip to main content
The code below is used to retrieve a list of invitations for a specific associate with NetServer services.

Code

Walk-through

In the code, we have used an instance of the InvitationProvider and some of its methods to restrict and arrange the output returned by the provider. The provider returns a collection of ArchiveRow types. By looping through each ArchiveRow we can get details of an invitation for the associate. The result of executing the above code is shown below.