Table of Contents

Class FileEntity

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

Constructors

FileEntity()

public FileEntity()

Fields

BindExpr

public static readonly Expression<Func<Upload, FileEntity>> BindExpr

Field Value

Expression<Func<Upload, FileEntity>>

Properties

AccessControlType

public string AccessControlType { get; set; }

Property Value

string

ContentFingerprint

public string ContentFingerprint { get; set; }

Property Value

string

ContentType

public string ContentType { 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

Posted

public DateTimeOffset Posted { get; set; }

Property Value

DateTimeOffset

UploadId

public Guid UploadId { get; set; }

Property Value

Guid