Table of Contents

Class FileDownload

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class FileDownload
Inheritance
FileDownload
Inherited Members
Extension Methods

Constructors

FileDownload()

public FileDownload()

Properties

DocumentName

public string DocumentName { get; set; }

Property Value

string

FileIdentifier

public Guid FileIdentifier { get; set; }

Property Value

Guid

FileLocation

public string FileLocation { get; set; }

Property Value

string

FileName

public string FileName { get; set; }

Property Value

string

FileSize

public int FileSize { get; set; }

Property Value

int

FileUploaded

public DateTimeOffset FileUploaded { get; set; }

Property Value

DateTimeOffset

ObjectIdentifier

public Guid ObjectIdentifier { get; set; }

Property Value

Guid

ObjectType

public string ObjectType { get; set; }

Property Value

string

OrganizationCode

public string OrganizationCode { get; set; }

Property Value

string

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

UserFullName

public string UserFullName { get; set; }

Property Value

string

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid

Visibility

public string Visibility { get; set; }

Property Value

string