Show / Hide Table of Contents

Class ConfigFile.Cloud

Inheritance
Object
ConfigFile.Cloud
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 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

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
Boolean
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top