All Frameworks  Class Hierarchy  This Framework  Indexes

System Enumeration CATSysSharing

enum CATSysSharing {
  CATSysSharing_Exclusive,
  CATSysSharing_Read,
  CATSysSharing_NoLock
}
Type of sharing mode on a document.
Values:
CATSysSharing_Exclusive
No other processes will be able to open the document in whatever mode.
CATSysSharing_Read
subsequent open operations on the document will be possible in read mode.
CATSysSharing_NoLock
subsequent open operations on the document will be possible in whatever mode. This mode will never be used for V5 document.

This object is included in the file: CATIUExitCryptedILockBytes.h

Copyright © 2003, Dassault Systèmes. All rights reserved.