Plumtree UI Infrastructure API  
 

AActivitySpace.SetOverWriteSubSpaces Method 

This method turns on and off overwriting of sub-spaces when they register with this AActivitySpace. If bOverWrite is false, the space will give an error and ignore requests to overwrite a sub-space. This is the default state.

public virtual void SetOverWriteSubSpaces(
   bool bOverWrite
);

Parameters

bOverWrite

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace