Plumtree Portal UI  
 

ILayoutManager.GetLayout Method 

This method retrieves the markup array for the layout specified by _nWebServiceId. It will deal with checking for a cached version and making a new request and sending it to the remote server if needed.

object[][] GetLayout(
   int _nWebServiceId,
   AActivitySpace _asSpace
);

Parameters

_nWebServiceId
the Id of the layout we want
_asSpace
the current space we are trying to display

Return Value

the markup array for the layout

See Also

ILayoutManager Interface | com.plumtree.portaluiinfrastructure.layout Namespace