Click or drag to resize
IULValuesGetQuesByULValueAll Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int[] GetQuesByULValueAll(
	bool inIncludeBlanks,
	DVar[] inStringFilter,
	DVar[] inIntFilter,
	DVar[] inDecFilter
)

Parameters

inIncludeBlanks
Type: SystemBoolean
inStringFilter
Type: SurveyToGo.UserLogic.InterfacesDVar
inIntFilter
Type: SurveyToGo.UserLogic.InterfacesDVar
inDecFilter
Type: SurveyToGo.UserLogic.InterfacesDVar

Return Value

Type: Int32
See Also