Click or drag to resize
IUserAccessiableGetDeviceVersionAtLeast Method
This function returns 'true' if the given STG data collection app version inOtherVersion is equal or less than the actual app version installed on the device.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool GetDeviceVersionAtLeast(
	string inOtherVersion
)

Parameters

inOtherVersion
Type: SystemString
a possible STG data collection application version

Return Value

Type: Boolean
bool
Examples
GetDeviceVersionAtLeast("1.32.133.0") will return 'true' if the device has an app version that is 1.32.133.0 or below, and 'false' otherwise.
See Also