Enum SgaMode
- Namespace
- OpenCompote.SGA
- Assembly
- OpenCompote.dll
Specifies values for interacting with sga archive
public enum SgaMode
Fields
Create = 1Only creating new entries is permitted.
Read = 0Only reading functions are permitted.
Write = 2Both read and write operation are permitted.