Difference between revisions of "GetUserProjectQuestionnaireResourceId"
(Created page with "====getUserProjectQuestionnaireResourceId==== Gets the unique id of the current questionnaire answer sheet context. '''Syntax''' getUserProjectQuestionnaireResourceId() ''...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Questionnaire_Functions]] | ||
====getUserProjectQuestionnaireResourceId==== | ====getUserProjectQuestionnaireResourceId==== | ||
Line 19: | Line 20: | ||
string s = getUserProjectQuestionnaireResourceId(); | string s = getUserProjectQuestionnaireResourceId(); | ||
− | print(s); | + | print(s); // ee25f04c-2f65-457a-bc64-5d00627397a9 |
'''Availability''' | '''Availability''' |
Latest revision as of 05:03, 27 July 2018
getUserProjectQuestionnaireResourceId
Gets the unique id of the current questionnaire answer sheet context.
Syntax
getUserProjectQuestionnaireResourceId()
Arguments
none
Return type
string
Example
string s = getUserProjectQuestionnaireResourceId();
print(s); // ee25f04c-2f65-457a-bc64-5d00627397a9
Availability
Version 5.0