CloseAll Method

The CloseAll method closes all documents in the collection.

Syntax

object.CloseAll( saveChanges )

 

Parameter Type Description
saveChanges Variant optional

 

Example

This example demonstrates how to close all of the documents without saving changes.

Docs.CloseAll(1)

 

Used by: Documents collection