SOApplicationClassSetContext Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void SetContext(
int Identity,
SOContexts MainContext,
SOSubContexts SubContext = SOSubContexts.enSubCtxNoChange
)
Public Overridable Sub SetContext (
Identity As Integer,
MainContext As SOContexts,
Optional SubContext As SOSubContexts = SOSubContexts.enSubCtxNoChange
)
Dim instance As SOApplicationClass
Dim Identity As Integer
Dim MainContext As SOContexts
Dim SubContext As SOSubContexts
instance.SetContext(Identity, MainContext,
SubContext)
public:
virtual void SetContext(
[InAttribute] int Identity,
[InAttribute] SOContexts MainContext,
[InAttribute] SOSubContexts SubContext = SOSubContexts::enSubCtxNoChange
)
Parameters
- Identity
- Type: SystemInt32
- MainContext
- Type: SuperOffice.COM.ApplicationSOContexts
- SubContext (Optional)
- Type: SuperOffice.COM.ApplicationSOSubContexts
Implements
IApplicationSetContext(Int32, SOContexts, SOSubContexts)
See Also