IDatabaseGetChecklist Method |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIChecklist GetChecklist(
int i_assocId,
EChecklistMode i_fetchMode
)
Function GetChecklist (
i_assocId As Integer,
i_fetchMode As EChecklistMode
) As IChecklist
Dim instance As IDatabase
Dim i_assocId As Integer
Dim i_fetchMode As EChecklistMode
Dim returnValue As IChecklist
returnValue = instance.GetChecklist(i_assocId,
i_fetchMode)
IChecklist^ GetChecklist(
int i_assocId,
EChecklistMode i_fetchMode
)
Parameters
- i_assocId
- Type: SystemInt32
- i_fetchMode
- Type: SuperOffice.COM.ApplicationEChecklistMode
Return Value
Type:
IChecklist
See Also