Assign a task to a user

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Sub AssignTask( _ 
ByVal task_id As EntityID, _ 
ByVal assignee_id As EntityID, _ 
ByVal type As AssignedEntityType, _ 
ByVal assigner_id As EntityID, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void AssignTask( 
EntityID task_id
EntityID assignee_id
AssignedEntityType type
EntityID assigner_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void AssignTask( 
EntityID^ task_id
EntityID^ assignee_id
AssignedEntityType type
EntityID^ assigner_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function AssignTask( 
task_id : EntityID
assignee_id : EntityID
type : AssignedEntityType
assigner_id : EntityID
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

task_id
Type: EntityID

the type of assignee this is - contact or team role

assignee_id
Type: EntityID

who we should assign the item to

type
Type: AssignedEntityType

assigner_id
Type: EntityID

who is doing the assigning

db
Type: IDatabase

the db connection to use

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1