IApplicationGetArchiveInterface Method |
Get ArchiveInterface for a ProviderName, GuiName key. If the key is empty you should get the current active archive.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxSOApplicationArchive GetArchiveInterface(
string i_ProviderName,
string i_GuiName
)
Function GetArchiveInterface (
i_ProviderName As String,
i_GuiName As String
) As SOApplicationArchive
Dim instance As IApplication
Dim i_ProviderName As String
Dim i_GuiName As String
Dim returnValue As SOApplicationArchive
returnValue = instance.GetArchiveInterface(i_ProviderName,
i_GuiName)
SOApplicationArchive^ GetArchiveInterface(
[InAttribute] String^ i_ProviderName,
[InAttribute] String^ i_GuiName
)
Parameters
- i_ProviderName
- Type: SystemString
- i_GuiName
- Type: SystemString
Return Value
Type:
SOApplicationArchive
See Also