Uiinfrastructure API Docs  
 

ExpListModel.GetUniqueString Method 

Creates dynamically a unique name with the list key and returns it. This is to make sure that if there are more than one expandable list on the same dislpay page, there won't be any conflict between the two lists. This method should be used to create unique input names. It can also be used for JavaScript function names (other than postToSelf - for this one you just need to use the GetUniqueInt method to make sure your repost actions and other int values are unique).

public virtual string GetUniqueString(
   string _sName
);

Parameters

_sName

Return Value

String

Implements

IExpListModelRO.GetUniqueString

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace