Show / Hide Table of Contents

Class ConfigFile.Documents

Utility class used to access the SuperOffice.Documents entry in the Config file.

Inheritance
object
ConfigFile.Documents
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Documents

Properties

ArchiveDomain

Domain of the user to impersonate.

Declaration
public static string ArchiveDomain { get; set; }
Property Value
Type Description
string

ArchivePassword

Password of the user to impersonate.

Declaration
public static string ArchivePassword { get; set; }
Property Value
Type Description
string

ArchivePath

Path for SO_ARC. Even it the so arc is not used, default path for document template folder is calculated from this folder.

Declaration
public static string ArchivePath { get; set; }
Property Value
Type Description
string

ArchivePath1

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath1 { get; set; }
Property Value
Type Description
string

ArchivePath10

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath10 { get; set; }
Property Value
Type Description
string

ArchivePath2

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath2 { get; set; }
Property Value
Type Description
string

ArchivePath3

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath3 { get; set; }
Property Value
Type Description
string

ArchivePath4

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath4 { get; set; }
Property Value
Type Description
string

ArchivePath5

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath5 { get; set; }
Property Value
Type Description
string

ArchivePath6

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath6 { get; set; }
Property Value
Type Description
string

ArchivePath7

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath7 { get; set; }
Property Value
Type Description
string

ArchivePath8

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath8 { get; set; }
Property Value
Type Description
string

ArchivePath9

Alternative/additional archive path to search for documents

Declaration
public static string ArchivePath9 { get; set; }
Property Value
Type Description
string

ArchiveRelativePath

Directory path relative to Azure Blob Storage Container root used when running in public cloud

Declaration
public static string ArchiveRelativePath { get; set; }
Property Value
Type Description
string

ArchiveUser

Username of the user to impersonate.

Declaration
public static string ArchiveUser { get; set; }
Property Value
Type Description
string

AzureBlobStorageContainerPrimaryUri

The Azure Blob Storage Container shared access signature (SAS) used to connect to a blob container when running in public cloud

Declaration
public static string AzureBlobStorageContainerPrimaryUri { get; set; }
Property Value
Type Description
string

BufferSize

Size of the internal buffer (in Kilo Bytes) used for file handling. Default buffer size is 1024KB.

Declaration
public static int BufferSize { get; set; }
Property Value
Type Description
int

CanCreateDocumentTemplates

New document templates can be stored in SoArc

Declaration
public static bool CanCreateDocumentTemplates { get; set; }
Property Value
Type Description
bool

ImpersonateUser

Impersonate the user to access the document archive.

Declaration
public static bool ImpersonateUser { get; set; }
Property Value
Type Description
bool
Remarks

If this value is true, see section ArchiveUser for further reference.

TemplatePath

Path to document templates.

Declaration
public static string TemplatePath { get; set; }
Property Value
Type Description
string
Remarks

If this value is not specified, the "Template" folder under ArchivePath is assumed.

TemplateRelativePath

Directory path relative to Azure Blob Storage Container root used when running in public cloud

Declaration
public static string TemplateRelativePath { get; set; }
Property Value
Type Description
string

TemporaryPath

Temporary folder for working with documents.

Declaration
public static string TemporaryPath { get; set; }
Property Value
Type Description
string
Remarks

If this value does not exsist, the environment variable "TEMP" is used to find temporary folder.

TemporaryRelativePath

Directory path relative to Azure Blob Storage Container root used when running in public cloud

Declaration
public static string TemporaryRelativePath { get; set; }
Property Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top