Table of Contents

Class Upload

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class Upload
Inheritance
Upload
Inherited Members

Constructors

Upload()

public Upload()

Properties

ContainerIdentifier

public Guid ContainerIdentifier { get; set; }

Property Value

Guid

ContainerType

public string ContainerType { get; set; }

Property Value

string

ContentFingerprint

public string ContentFingerprint { get; set; }

Property Value

string

ContentSize

public int? ContentSize { get; set; }

Property Value

int?

ContentType

public string ContentType { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

NavigateUrl

public string NavigateUrl { get; set; }

Property Value

string

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

Relationships

public virtual ICollection<UploadRelation> Relationships { get; set; }

Property Value

ICollection<UploadRelation>

Title

public string Title { get; set; }

Property Value

string

UploadIdentifier

public Guid UploadIdentifier { get; set; }

Property Value

Guid

UploadPrivacyScope

public string UploadPrivacyScope { get; set; }

Property Value

string

UploadType

public string UploadType { get; set; }

Property Value

string

Uploaded

public DateTimeOffset Uploaded { get; set; }

Property Value

DateTimeOffset

Uploader

public Guid Uploader { get; set; }

Property Value

Guid