requiresFullSave

The requiresFullSave property returns whether the document requiers a full save because it is temporary or just created.

 

Syntax

System.Boolean requiresFullSave();

 

Return Value

Returns the current property value.

 

Remarks

This property is Read-Only

 

Member of doc.

 

Example