int GetAttachedFilesCountIter(int inQuesIndex, int inIterationIndex)
Description
Returns the amount of all attachments captured in a question in a specific iteration
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIndex | Int32 | Question Index |
inIterationIndex | Int32 | Iteration Index |
Return Type
Int32
Overloads
List of overloads for this function
int GetAttachedFilesCountIter(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.