Click or drag to resize
IUserAccessiableGetChapterIterationsNames Method
Returns a string that contains the iterations names

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

Parameters

inChapterIndex
Type: SystemInt32
The selected chapter index

Return Value

Type: String
a string
See Also