TaskList.GetAssignedEntityID Method
Public Shared Function GetAssignedEntityID( _
ByVal todo_id As EntityID, _
ByVal db As IDatabase, _
ByRef type As AssignedEntityType _
) As EntityID
This language is not supported or no code example is available.
public static EntityID GetAssignedEntityID(
EntityID todo_id,
IDatabase db,
out AssignedEntityType type
)
This language is not supported or no code example is available.
public:
static EntityID^ GetAssignedEntityID(
EntityID^ todo_id,
IDatabase^ db,
AssignedEntityType& type
)
This language is not supported or no code example is available.
Parameters
- todo_id
- EntityID
the id of the task / task item
- db
- IDatabase
the db connection
- type
- AssignedEntityType
Return Value
EntityIDthe id of the contact