Axiom |
public enum AxiomFileAccess
| Member name | Value | Description |
|---|---|---|
| Public | 0 | Any user can access the file. |
| Private | 1 | Only the current logged in user can access the file. |
| ReadOnly | 2 | Any user can access the file, but the file is readonly with no write access. |