Class ZFDController
Inheritance
ZFDController
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoCorsWebApi]
public class ZFDController : ApiController
Constructors
ZFDController()
Declaration
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
GetPreferedZFDProviderForTenant()
Declaration
public string GetPreferedZFDProviderForTenant()
Returns
GetZFDBaseUrl()
Declaration
public string GetZFDBaseUrl()
Returns
GetZFDConfiguration()
Declaration
public Task<ZFDController.TenantConfigStatus> GetZFDConfiguration()
Returns
Declaration
public bool IsGoogleZFDConfigured()
Returns
Declaration
public bool IsSharepointZFDConfigured()
Returns
SaveZFDPreference(String, String)
Declaration
public void SaveZFDPreference(string key, string value)
Parameters
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 |
|