Plumtree Portal UI  
 

ILayoutChooser.GetAvailableWebServices Method 

Get the web services that are available for the requested layout. These are stored in a special folder (one folder per layout) in the Admin Directory.

IPTQueryResult GetAvailableWebServices(
   Layouts _layout,
   AActivitySpace _asOwner
);

Parameters

_layout
the requested layout
_asOwner

Return Value

IPTQueryResult The list of available web services for this layout with name, description, and object ID information.

See Also

ILayoutChooser Interface | com.plumtree.portaluiinfrastructure.layout Namespace