Table of Contents

Class UploadFilter

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class UploadFilter : Filter, ISearchReport
Inheritance
UploadFilter
Implements
Inherited Members

Constructors

UploadFilter()

public UploadFilter()

Properties

ContainerType

public string ContainerType { get; set; }

Property Value

string

Keyword

public string Keyword { get; set; }

Property Value

string

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

PostedBefore

public DateTimeOffset? PostedBefore { get; set; }

Property Value

DateTimeOffset?

PostedSince

public DateTimeOffset? PostedSince { get; set; }

Property Value

DateTimeOffset?

UploadType

public string[] UploadType { get; set; }

Property Value

string[]