Plumtree UI Infrastructure API  
 

TreeDataHelpers.UnReferenceQueryStringData Method 

This helper method checks if a query string parameter needs to be unreferenced. This is currently only used for selected and hidden items.

public static string UnReferenceQueryStringData(
   string[] sValues,
   AActivitySpace asOwner
);

Parameters

sValues
asOwner

Return Value

the referenced string data or null, if no data was referenced.

See Also

TreeDataHelpers Class | com.plumtree.uiinfrastructure.tree Namespace