Table of Contents

Class ApiSystemSettings

Namespace: Casewhere.Common
Assembly: Casewhere.Common.dll

public class ApiSystemSettings

Inheritance

objectApiSystemSettings

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<ApiSystemSettings>(ApiSystemSettings)

Constructors

ApiSystemSettings()

public ApiSystemSettings()

Properties

AcceptableDeviationSeconds

public int AcceptableDeviationSeconds { get; }

Property Value

int

CleanupUserSessionAfterTimeSpan

public TimeSpan CleanupUserSessionAfterTimeSpan { get; set; }

Property Value

TimeSpan

DefaultProcessDialogTitle

public string DefaultProcessDialogTitle { get; }

Property Value

string

DocumentSharedTokenExpiredTimeSpan

public TimeSpan DocumentSharedTokenExpiredTimeSpan { get; set; }

Property Value

TimeSpan

DocumentSharedTokenMaxDownloadTime

public int DocumentSharedTokenMaxDownloadTime { get; set; }

Property Value

int

DownloadExpiredTimespan

public TimeSpan DownloadExpiredTimespan { get; set; }

Property Value

TimeSpan

DownloadLimit

public int DownloadLimit { get; set; }

Property Value

int

EnableAntimalware

public bool EnableAntimalware { get; set; }

Property Value

bool

EnableBrowserFingerprint

public bool EnableBrowserFingerprint { get; set; }

Property Value

bool

EnableHardDelete

public bool EnableHardDelete { get; set; }

Property Value

bool

EnableInvalidateWorkflowDefinitionCache

public bool EnableInvalidateWorkflowDefinitionCache { get; set; }

Property Value

bool

ForbidAccessUnscannedFile

public bool ForbidAccessUnscannedFile { get; set; }

Property Value

bool

IdentifyProvider

public string IdentifyProvider { get; }

Property Value

string

Instance

public static ApiSystemSettings Instance { get; }

Property Value

ApiSystemSettings

InvalidateWorkflowAfterTimeSpan

public TimeSpan InvalidateWorkflowAfterTimeSpan { get; set; }

Property Value

TimeSpan

MaxAuditLogCommittingPerTime

public int MaxAuditLogCommittingPerTime { get; }

Property Value

int

MaxDataClassPerRequest

public int MaxDataClassPerRequest { get; }

Property Value

int

MergeFieldBindingCollectionName

public string MergeFieldBindingCollectionName { get; }

Property Value

string

MinifyScript

public bool MinifyScript { get; set; }

Property Value

bool

UploadTimeout

public TimeSpan UploadTimeout { get; set; }

Property Value

TimeSpan

WorkerSiteClaimType

public string WorkerSiteClaimType { get; set; }

Property Value

string