Set a contact -> project role relationship (note a project can have more than one user in the same role)

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

Public Shared Sub SetProjectRole( _ 
ByVal project_id As EntityID, _ 
ByVal role As RoleContact, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void SetProjectRole( 
EntityID project_id
RoleContact role
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void SetProjectRole( 
EntityID^ project_id
RoleContact^ role
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function SetProjectRole( 
project_id : EntityID
role : RoleContact
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

project_id
Type: EntityID

<default>

role
Type: RoleContact

<default>

db
Type: IDatabase

<default>

.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