Uiinfrastructure API Docs  
 

ASURL.SetLinkGetSpaceIfCached Method 

This method gets a named AActivitySpace from the cache if it is there, or creates a new one if it is not in the cache. This method should be used to get common AActivitySpaces such as MyPage and Community, not minor spaces like Tree and Editors. The SetSpaceGetCached(AActivitySpace) should be used instead of this one when you can.

public virtual bool SetLinkGetSpaceIfCached(
   string strSpace,
   AActivitySpace parent
);

Parameters

strSpace
parent

Return Value

boolean true implies success, false implies failure

Implements

ILink.SetLinkGetSpaceIfCached

See Also

ASURL Class | com.plumtree.uiinfrastructure.activityspace Namespace | ILink#SetLinkGetSpaceIfCached