Show / Hide Table of Contents

Class ZFDController

Inheritance
Object
ZFDController
Namespace: SuperOffice.CRM.Web.Controllers
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoCorsWebApi]
public class ZFDController : ApiController

Constructors

ZFDController()

Declaration
public ZFDController()

Methods

DisableGoogleZFD()

Declaration
public void DisableGoogleZFD()

DisableSharepointZFD()

Declaration
public void DisableSharepointZFD()

DisableZFDForTenant()

Declaration
public void DisableZFDForTenant()

EnableGoogleZFD()

Declaration
public void EnableGoogleZFD()

EnableSharepointZFD()

Declaration
public void EnableSharepointZFD()

GetCurrentZFDProviderForTenant()

Declaration
public string GetCurrentZFDProviderForTenant()
Returns
Type Description
String

GetPreferedZFDProviderForTenant()

Declaration
public string GetPreferedZFDProviderForTenant()
Returns
Type Description
String

GetZFDBaseUrl()

Declaration
public string GetZFDBaseUrl()
Returns
Type Description
String

GetZFDConfiguration()

Declaration
public Task<ZFDController.TenantConfigStatus> GetZFDConfiguration()
Returns
Type Description
Task<ZFDController.TenantConfigStatus>

IsGoogleZFDConfigured()

Declaration
public bool IsGoogleZFDConfigured()
Returns
Type Description
Boolean

IsSharepointZFDConfigured()

Declaration
public bool IsSharepointZFDConfigured()
Returns
Type Description
Boolean

SaveZFDPreference(String, String)

Declaration
public void SaveZFDPreference(string key, string value)
Parameters
Type Name Description
String key
String value

SetCurrentZFDProviderForTenant(String)

Declaration
public void SetCurrentZFDProviderForTenant(string providerId)
Parameters
Type Name Description
String providerId

SetPreferedZFDProviderForTenant(String)

Declaration
public void SetPreferedZFDProviderForTenant(string providerId)
Parameters
Type Name Description
String providerId
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top