SetRevisionTracking Document Command

SETREVISIONTRACKING File Commands

Toggles revision tracking on or off.

setrevisiontracking [status] [SAVE]

status/k Sets the revision tracking status.

Options:ON Toggles on revision tracking.
OFF Toggles off revision tracking.
TOGGLE Toggles revision tracking.

SAVE Saves to the PageStream3 Preferences file.

Notes:

The TOGGLE parameter may not be used in conjunction with the SAVE parameter.

Examples:

setrevisiontracking on

setrevisiontracking off save

 

SetRevisionTracking  Command Definition  url:PGScmd/setrevisiontracking
  created:2006-03-31 10:52:58   last updated:2006-03-31 10:52:58
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetRevisionTracking
Dan Kilroy wrote...2006-05-03 20:29:29

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

SetRevisionTracking ([ON|OFF|TOGGLE] [SAVE])


Parameters:


Results:


Notes:


See Also:
DeleteRevision, GetRevision, GetRevisions, InsertRevision, LogRevision, and SetRevision

Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetRevisionTracking