Show / Hide Table of Contents

Class ArchiveProviderController

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

Constructors

ArchiveProviderController()

Declaration
public ArchiveProviderController()

Methods

GetDefaultSelectableArchiveColumnInfo(String, String, String)

Declaration
public SelectableMDOListItem[] GetDefaultSelectableArchiveColumnInfo(string providerName, string guiName, string context)
Parameters
Type Name Description
String providerName
String guiName
String context
Returns
Type Description
SelectableMDOListItem[]

GetSelectableArchiveColumnInfo(String, String, String)

Declaration
public SelectableMDOListItem[] GetSelectableArchiveColumnInfo(string providerName, string guiName, string context)
Parameters
Type Name Description
String providerName
String guiName
String context
Returns
Type Description
SelectableMDOListItem[]

GetSelectableArchiveColumnInfoV2(String, String, String, String)

Declaration
public SelectableMDOListItem[] GetSelectableArchiveColumnInfoV2(string providerName, string guiName, string ownerKeys, string context)
Parameters
Type Name Description
String providerName
String guiName
String ownerKeys
String context
Returns
Type Description
SelectableMDOListItem[]

LoadArchiveColumnInfo(String, String, String)

Declaration
public ArchiveConfiguration LoadArchiveColumnInfo(string providerName, string guiName, string context)
Parameters
Type Name Description
String providerName
String guiName
String context
Returns
Type Description
ArchiveConfiguration

LoadArchiveColumnInfoV2(String, String, String, String)

Declaration
public ArchiveConfiguration LoadArchiveColumnInfoV2(string providerName, string guiName, string context, string ownerKeys)
Parameters
Type Name Description
String providerName
String guiName
String context
String ownerKeys
Returns
Type Description
ArchiveConfiguration
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top