PrivateFileReference

Namespace: Proffer.Storage.Internal

A simple reference of a stored file at a given path.

public class PrivateFileReference : Proffer.Storage.IPrivateFileReference

Inheritance ObjectPrivateFileReference
Implements IPrivateFileReference

Properties

Path

Gets the file path.

public string Path { get; }

Property Value

String

Constructors

PrivateFileReference(String)

Initializes a new instance of the PrivateFileReference class.

public PrivateFileReference(string path)

Parameters

path String
The file path.