Table of Contents

Class VUpload

Namespace
InSite.Application.Resources.Read
Assembly
Shift.Sdk.dll
public class VUpload
Inheritance
VUpload
Inherited Members
Extension Methods

Constructors

VUpload()

public VUpload()

Properties

AccessType

public string AccessType { get; set; }

Property Value

string

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

Title

public string Title { get; set; }

Property Value

string

UploadIdentifier

public Guid UploadIdentifier { get; set; }

Property Value

Guid

UploadType

public string UploadType { get; set; }

Property Value

string

Uploaded

public DateTimeOffset Uploaded { get; set; }

Property Value

DateTimeOffset

UploaderIdentifier

public Guid UploaderIdentifier { get; set; }

Property Value

Guid

UploaderKey

public int UploaderKey { get; set; }

Property Value

int

UploaderName

public string UploaderName { get; set; }

Property Value

string