StaticCollection Object

The StaticCollection object is returned by the StaticCollection property of the Vault object.

StaticCollection Object Methods

The following methods are available for the StaticCollection object.

ClosedAdd Method

Adds a document to the static collection. You must specify the document object. If the document is already in the static collection, an error is returned.

Syntax

Add (Document)
Parameters
Name Description
Document A Document object.

ClosedRemove Method

Removes a document from the static collection. You must specify the document object.

Syntax

Remove(Document)
Parameters
Name Description
Document A Document object.

ClosedRemoveAll Method

Removes all documents from the static collection.

Syntax

RemoveAll ()

Parameters

This method accepts no parameters.

2022 R2