IUserAccessiableIterationName Property |
Relevant mainly when used within an iteration.
Returns the name of the current iteration when iterating on Answer Scales otherwise contains the iteration number
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax string IterationName { get; }
Return Value
Type:
StringExamples
If a chapter is being iterated on an Answer Scale that contains Apples, Pairs and Oranges
on the 2nd iteration IterationName will contain Pairs
See Also