Uiinfrastructure API Docs  
 

ASCache.GetSpaceIsSubSpace Method 

Returns whether or not the space corresponding to the key in argument is a subspace. This method will not reset the timestamp on the requested space.

public virtual bool GetSpaceIsSubSpace(
   string sKey
);

Parameters

sKey
Key of the requested value

Return Value

boolean true implies the requested space is a sub-space.

See Also

ASCache Class | com.plumtree.uiinfrastructure.activityspace Namespace