Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IRemoteSession.GetObjectManager Method 

Returns an IObjectManager object for the portal object class passed in.

IObjectManager GetObjectManager(
   ObjectClass clazz
);

Parameters

clazz
the class of portal object that you want to query

Return Value

an IObjectManager object for that class of objects

Remarks

An IObjectManager enables you to query information about existing objects in the portal. This method does not work with ObjectClass.DocumentFolder, and thus it is impossible to query ACLs on Portal document folders.

Exceptions

Exception Type Condition
ArgumentException if an invalid object class is passed

See Also

IRemoteSession Interface | Plumtree.Remote.PRC Namespace