Click or drag to resize

IModuleGetAllSurveyIds Method

Returns the list of all survey identifiers that is managed by the current module.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IList<int> GetAllSurveyIds()

Return Value

Type: IListInt32
Returns the list of survey identifiers managed by the current module.
See Also