int OnGetAttachmentSinkQuestion(int inQuesIdx, string inFilePath, string inName, bool inIsSilentRecording);
Description
This callback will be called to link all silent recordings to a static question when using imported Dimensions survey.
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int | Question Index |
inFilePath | String | The file path of the attachment |
inName | String |
Name of the attachment |
inIsSilentRecording | bool |
returns true/false if the attachment was Silent Recording |
Return Type
Int
Comments
Please sign in to leave a comment.