Table of Contents

Class StandardDocumentFilter

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

Constructors

StandardDocumentFilter()

public StandardDocumentFilter()

Properties

CreatedBy

public Guid? CreatedBy { get; set; }

Property Value

Guid?

DepartmentGroupIdentifier

public Guid? DepartmentGroupIdentifier { get; set; }

Property Value

Guid?

DocumentType

public string DocumentType { get; set; }

Property Value

string

IsPortal

public bool? IsPortal { get; set; }

Property Value

bool?

IsTemplate

public bool? IsTemplate { get; set; }

Property Value

bool?

Keyword

public string Keyword { get; set; }

Property Value

string

Level

public string Level { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

Posted

public DateTimeRange Posted { get; set; }

Property Value

DateTimeRange

PrivacyScope

public StandardDocumentFilter.PrivacyScopeInfo PrivacyScope { get; set; }

Property Value

StandardDocumentFilter.PrivacyScopeInfo

StandardIdentifiers

public Guid[] StandardIdentifiers { get; set; }

Property Value

Guid[]

StandardType

public string StandardType { get; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Methods

Clone()

public StandardDocumentFilter Clone()

Returns

StandardDocumentFilter