String[] GetAttachedFilesIter(int inQuesIndex, int inIterationIndex)
Description
Returns an array of strings of the file paths of all attachments captured in a question in a specific iteration
Return Type
string[]
Parameters
The following is a list of parameters the functions receives
| Parameter | Type | Description |
|---|---|---|
| inQuesIndex | Int32 | Question Index |
| inIterationIndex | Int32 | Iteration Index |
Overloads
List of overloads for this function
String[] GetAttachedFilesIter(int inQuesIndex, String inIterationValue)
Parameters for overloads:
| Parameter | Type | Description |
|---|---|---|
| inQuesIndex | Int32 | Question Index |
| inIterationValue | String | Iterations Indexes (Nested Loops) |
Comments
Please sign in to leave a comment.