Uiinfrastructure API Docs  
 

Redirect.SetSubSpaceKey Method 

This method sets the sub space key. If this is not called, or is empty, the space will not be a sub-space. Otherwise it will be. This is null by default (meaning not a sub-space).

public virtual void SetSubSpaceKey(
   string sSubSpaceKey
);

Parameters

sSubSpaceKey

Implements

ILink.SetSubSpaceKey

See Also

Redirect Class | com.plumtree.uiinfrastructure.activityspace Namespace