Collection Existence Test

Tests whether a collection exists in the current file.

 

Input Arguments

 

0

Collection Name

Collection Name to check

The name of the collection to check for.

1

Step ID

Step if Collection does exist

The step to jump to if the specified collection exists.

2

Step ID

Step if Collection doesn’t exist

The step to jump to if the specified collection

does not exist.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The specified collection exists.

Partial Success

The step executed correctly but the collection was not found

FAILURE

The command did not complete correctly.

 

Remarks

None.