SOApplicationClassGetArchiveInterface Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual SOApplicationArchive GetArchiveInterface(
string i_ProviderName,
string i_GuiName
)
Public Overridable Function GetArchiveInterface (
i_ProviderName As String,
i_GuiName As String
) As SOApplicationArchive
Dim instance As SOApplicationClass
Dim i_ProviderName As String
Dim i_GuiName As String
Dim returnValue As SOApplicationArchive
returnValue = instance.GetArchiveInterface(i_ProviderName,
i_GuiName)
public:
virtual SOApplicationArchive^ GetArchiveInterface(
[InAttribute] String^ i_ProviderName,
[InAttribute] String^ i_GuiName
)
Parameters
- i_ProviderName
- Type: SystemString
- i_GuiName
- Type: SystemString
Return Value
Type:
SOApplicationArchiveImplements
IApplicationGetArchiveInterface(String, String)
See Also