Click or drag to resize
IUserAccessiableGetQuestionIterationsNames Method
Returns a string that contains the names of the iterations that a specific question was asked

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string[] GetQuestionIterationsNames(
	int inQuesIdx
)

Parameters

inQuesIdx
Type: SystemInt32
The selected question index

Return Value

Type: String
a string
See Also