DatStat Illume 4.5 SDK Class Reference

WebServiceContext.GetAccessibleSurveys Method 

This method returns an array of SDK_SurveyDetail that is all published surveys the current SDK user has access to.

public SDK_SurveyDetail[] GetAccessibleSurveys();

Return Value

SDK_SurveyDetail[]

Remarks

The identity used to connect to the designer service will determine what SDK_SurveyDetail objects are returned from this method. Any surveys that are in projects the SDK user has access to are returned.

If there is an error retrieving the survey list an exception is thrown with the appropriate error message.

See Also

WebServiceContext Class | DatStat.SDK.WebServiceWrappers Namespace