DatStat Illume 4.5 SDK Class Reference

WebServiceContext.GetSurveyId Method 

Returns an integer value that is the Id for the passed surveyName.

public int GetSurveyId(
   String surveyName
);

Parameters

surveyName
The name of the survey.

Return Value

Int32

Remarks

Most methods in the WebService SDK will require a surveyID.

If there is an error during the retrieval, an exception will be thrown with an appropriate error message.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace