ShareTypes enum | QSYS API Reference Guide

Specifies the type of sharing for a file or resource.

Namespace: ASNA.DataGate.Common Assembly: ASNA.QSys.DataGate.Client.dll

Enum Values

Name Description Value
cShareTypes Specifies the count of share types. 5
Exclusive Specifies exclusive access to the file or resource. 0
ExclusiveRead Specifies exclusive read access to the file or resource. 1
File Specifies file sharing. 100
ShareNoUpdate Specifies shared non-update access to the file or resource. 3
ShareRead Specifies shared read access to the file or resource. 4
ShareUpdate Specifies shared update access to the file or resource. 2