Click or drag to resize
IUserLogicCallbacksOnSilentRecordingShouldRun Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool OnSilentRecordingShouldRun(
	bool inIsRecordingQuestion,
	int inIndex,
	int inIteration
)

Parameters

inIsRecordingQuestion
Type: SystemBoolean
inIndex
Type: SystemInt32
inIteration
Type: SystemInt32

Return Value

Type: Boolean
See Also