Uiinfrastructure API Docs  
 

JSHelper.GetSafeJSVariable Method 

Helper function to retrieve a safe javascript variable. The javascript function will return false if it is unable to get the variable.

public static string GetSafeJSVariable(
   string strName
);

Parameters

strName

Return Value

String

See Also

JSHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace