Class CopyArtefact
public class CopyArtefact
- Inheritance
-
CopyArtefact
- Inherited Members
Constructors
CopyArtefact(string, string, byte[]?, string?)
public CopyArtefact(string path, string extension, byte[]? binary, string? filePath)
Parameters
Properties
Binary
public byte[]? Binary { get; }
Property Value
- byte[]
Extension
public string Extension { get; }
Property Value
FilePath
public string? FilePath { get; }
Property Value
Path
public string Path { get; }