Class ConfigFile.Cloud
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Cloud
Properties
ArchivePath
The path/uri to the archive
Declaration
public static string ArchivePath { get; set; }
Property Value
Type | Description |
---|---|
string |
CloudUrl
The url to the cloud
Declaration
public static string CloudUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
DefaultCallbackUrl
The default callback url
Declaration
public static string DefaultCallbackUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
DispatcherUrl
The url to the SuperOffice Dispatcher service
Declaration
public static string DispatcherUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentContentType
The content type to be used when creating new documents
Declaration
public static string DocumentContentType { get; set; }
Property Value
Type | Description |
---|---|
string |
PresentationContentType
The content type to be used when creating new presentations
Declaration
public static string PresentationContentType { get; set; }
Property Value
Type | Description |
---|---|
string |
Provider
The provider to use (office365/google)
Declaration
public static string Provider { get; set; }
Property Value
Type | Description |
---|---|
string |
SpreadSheetContentType
The content type to be used when creating new spreadsheets
Declaration
public static string SpreadSheetContentType { get; set; }
Property Value
Type | Description |
---|---|
string |
StoreAttachmentsInAzure
If true, new Attachments (in Service) will be stored in Azure. Existing attachments have a link to attachment_location that identifies where they are. This value is set throug OC options.
Declaration
public static bool StoreAttachmentsInAzure { get; set; }
Property Value
Type | Description |
---|---|
bool |
TemplatePath
The path/uri to the templates
Declaration
public static string TemplatePath { get; set; }
Property Value
Type | Description |
---|---|
string |
TenantId
The tenant id
Declaration
public static string TenantId { get; set; }
Property Value
Type | Description |
---|---|
string |
UseInheritedPermissions
If true, do not set own permissions in document-plugin.
Declaration
public static bool UseInheritedPermissions { get; set; }
Property Value
Type | Description |
---|---|
bool |