Class ConfigFile.Documents
Utility class used to access the SuperOffice.Documents entry in the Config file.
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class 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 |
ArchiveUser
Username of the user to impersonate.
Declaration
public static string ArchiveUser { 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 |
---|---|
Int32 |
CanCreateDocumentTemplates
New document templates can be stored in SoArc
Declaration
public static bool CanCreateDocumentTemplates { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ImpersonateUser
Impersonate the user to access the document archive.
Declaration
public static bool ImpersonateUser { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
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.
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.