APIs and related IDO protocol classes

This section describes each API and associated protocol classes, and provides examples of each.

The examples in this section use the syntax of extension class methods, for example:
  • VB.NET: ...Me.Context.Commands.LoadCollection(request)
  • C#: ...this.Context.Commands.LoadCollection(request)

The syntax for using the IIDOCommands interface is different in other contexts, such as a form script or a stand-alone client application.

Note: The code examples are given for C# unless otherwise indicated.