Table of Contents

Enum SgaMode

Namespace
OpenCompote.SGA
Assembly
OpenCompote.dll

Specifies values for interacting with sga archive

public enum SgaMode

Fields

Create = 1

Only creating new entries is permitted.

Read = 0

Only reading functions are permitted.

Write = 2

Both read and write operation are permitted.