Class ConfigFile.Cloud
Inheritance
System.Object
ConfigFile.Cloud
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|
System.String |
CloudUrl
The url to the cloud
Declaration
public static string CloudUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultCallbackUrl
The default callback url
Declaration
public static string DefaultCallbackUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DispatcherUrl
The url to the SuperOffice Dispatcher service
Declaration
public static string DispatcherUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentContentType
The content type to be used when creating new documents
Declaration
public static string DocumentContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PresentationContentType
The content type to be used when creating new presentations
Declaration
public static string PresentationContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Provider
The provider to use (office365/google)
Declaration
public static string Provider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SpreadSheetContentType
The content type to be used when creating new spreadsheets
Declaration
public static string SpreadSheetContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TemplatePath
The path/uri to the templates
Declaration
public static string TemplatePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TenantId
The tenant id
Declaration
public static string TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseInheritedPermissions
If true, do not set own permissions in document-plugin.
Declaration
public static bool UseInheritedPermissions { get; set; }
Property Value
Type | Description |
---|---|
Boolean |