Plumtree UI Infrastructure API  
 

OpenerLinks.GetWindowName Method 

Helper method to generate the window name based on the specified key. The key is generally a string that can uniquely identify the object you are opening the window for, such as the UUID, or the ClassID/ObjectID pair.

public static string GetWindowName(
   string _strNameKey
);

Parameters

_strNameKey
Key to use to generate the window name.

Return Value

A window name based on the specified key.

See Also

OpenerLinks Class | com.plumtree.uiinfrastructure.opener Namespace