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()
Function GetAllSurveyIds As IList(Of Integer)
IList<int>^ GetAllSurveyIds()
Return Value
Type:
IListInt32Returns the list of survey identifiers managed by the current module.
See Also