Click or drag to resize
IUserAccessiableGetTopicCount Method
Returns the number of topics in a grid questions

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

Parameters

inQuesIdx
Type: SystemInt32
Target Question Index

Return Value

Type: Int32
Examples
GetTopicCount(7) will return the number of topics in question 7.
See Also