Plumtree UI Infrastructure API  
 

ASManager.GetSpace Method 

Create the requested Activity Space. This method should not be called by developers. It is only for the Interpreter.

public virtual AActivitySpace GetSpace(
   string spaceName
);

Parameters

spaceName
The name of the space to create

Return Value

The requested space, null on failure

See Also

ASManager Class | com.plumtree.uiinfrastructure.activityspace Namespace