 | AxiomFile Constructor |
Initializes a new insance of the AxiomFile Class.
Namespace: Canary.Axiom.Shared.FilePathAssembly: Canary.Axiom.Shared (in Canary.Axiom.Shared.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntaxpublic AxiomFile(
AxiomFileKind kind,
AxiomFileAccess access,
string path
)
Parameters
- kind AxiomFileKind
- Kind of content that will be contained in the file.
- access AxiomFileAccess
- Permission level that will be required to access the file.
- path String
- Physical path where the file will be stored.
See Also