Show / Hide Table of Contents

Interface ConfigFile.ICloudConfiguration

Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.ICloudConfiguration

Properties

ArchivePath

The path/uri to the archive

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

CloudUrl

The url to the cloud

Declaration
string CloudUrl { get; set; }
Property Value
Type Description
string

DefaultCallbackUrl

The default callback url

Declaration
string DefaultCallbackUrl { get; set; }
Property Value
Type Description
string

DispatcherUrl

The url to the SuperOffice Dispatcher service

Declaration
string DispatcherUrl { get; set; }
Property Value
Type Description
string

DocumentContentType

The content type to be used when creating new documents

Declaration
string DocumentContentType { get; set; }
Property Value
Type Description
string

PresentationContentType

The content type to be used when creating new presentations

Declaration
string PresentationContentType { get; set; }
Property Value
Type Description
string

Provider

The provider to use (office365/google)

Declaration
string Provider { get; set; }
Property Value
Type Description
string

SpreadSheetContentType

The content type to be used when creating new spreadsheets

Declaration
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
bool StoreAttachmentsInAzure { get; set; }
Property Value
Type Description
bool

TemplatePath

The path/uri to the templates

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

TenantId

The tenant id

Declaration
string TenantId { get; set; }
Property Value
Type Description
string

UseInheritedPermissions

If true, do not set own permissions in document-plugin.

Declaration
bool UseInheritedPermissions { get; set; }
Property Value
Type Description
bool

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top