CollectionStatus()

Returns back all the information for a given collection

Usage

QUERY = CollectionStatus( collection )
Argument Summary
collection the name of the collection

Calling

Supports named-parameter calling allowing you to use the function like:

CollectionStatus(
   collection=?
);

Supports passing parameters as a structure using ArgumentCollection:

CollectionStatus( ArgumentCollection={
   collection : ?
} );