Class ApiSystemSettings
Namespace: Casewhere.Common
Assembly: Casewhere.Common.dll
public class ApiSystemSettings
Inheritance
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
CleanupUserSessionAfterTimeSpan
public TimeSpan CleanupUserSessionAfterTimeSpan { get; set; }
Property Value
DefaultProcessDialogTitle
public string DefaultProcessDialogTitle { get; }
Property Value
DocumentSharedTokenExpiredTimeSpan
public TimeSpan DocumentSharedTokenExpiredTimeSpan { get; set; }
Property Value
DocumentSharedTokenMaxDownloadTime
public int DocumentSharedTokenMaxDownloadTime { get; set; }
Property Value
DownloadExpiredTimespan
public TimeSpan DownloadExpiredTimespan { get; set; }
Property Value
DownloadLimit
public int DownloadLimit { get; set; }
Property Value
EnableAntimalware
public bool EnableAntimalware { get; set; }
Property Value
EnableBrowserFingerprint
public bool EnableBrowserFingerprint { get; set; }
Property Value
EnableHardDelete
public bool EnableHardDelete { get; set; }
Property Value
EnableInvalidateWorkflowDefinitionCache
public bool EnableInvalidateWorkflowDefinitionCache { get; set; }
Property Value
ForbidAccessUnscannedFile
public bool ForbidAccessUnscannedFile { get; set; }
Property Value
IdentifyProvider
public string IdentifyProvider { get; }
Property Value
Instance
public static ApiSystemSettings Instance { get; }
Property Value
InvalidateWorkflowAfterTimeSpan
public TimeSpan InvalidateWorkflowAfterTimeSpan { get; set; }
Property Value
MaxAuditLogCommittingPerTime
public int MaxAuditLogCommittingPerTime { get; }
Property Value
MaxDataClassPerRequest
public int MaxDataClassPerRequest { get; }
Property Value
MergeFieldBindingCollectionName
public string MergeFieldBindingCollectionName { get; }
Property Value
MinifyScript
public bool MinifyScript { get; set; }
Property Value
UploadTimeout
public TimeSpan UploadTimeout { get; set; }
Property Value
WorkerSiteClaimType
public string WorkerSiteClaimType { get; set; }