IRequestInfo interface methods

The following table lists the public methods defined by the interface.

Table 1. Multi-tenant Maintenance IRequestInfo interface methods
Method syntax Description
LOGICAL Add ( child AS IRequestInfo )
Adds a collection request specified by child with its Name property set to match a collection.
LOGICAL Add ( name AS CHARACTER ,
              child AS IRequestInfo )
Adds a collection request specified by child with its name parameter set to match a collection.
IRequestInfo Get ( name AS CHARACTER )
Gets a child collection request specified by name.
IRequestInfo EXTENT GetChildren ( )
Returns an array of all child collection requests.
CHARACTER EXTENT GetKeyValues ( )
Gets the key values for the top-level collection request.
LOGICAL Remove 
        ( child AS IRequestInfo )
Removes the collection request specified by child with its Name property set to match a collection.