Uiinfrastructure API Docs  
 

IJSComponentVersionMgr.GetJSComponentVersionNumber Method 

Given a JS Component name like "jsdatepicker", this method will return a version number (like 74565). If no version number can be found, it should return -1.

int GetJSComponentVersionNumber(
   string _strJSComponentName
);

Parameters

_strJSComponentName
The name of the component for which one wants the version number.

Return Value

See Also

IJSComponentVersionMgr Interface | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace