Returns the database view name for a survey.
Returns the database view name for the current survey.
public string GetSurveyResponseViewName();
Returns the database view name for the given surveyName.
public string GetSurveyResponseViewName(String);
HookContext Class | DatStat.Collector Namespace