Set a contact image

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

Public Shared Sub SetContactImage( _ 
ByVal contact_id As EntityID, _ 
ByVal image_data As Byte(), _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void SetContactImage( 
EntityID contact_id
byte[] image_data
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void SetContactImage( 
EntityID^ contact_id
array< Byte >^ image_data
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function SetContactImage( 
contact_id : EntityID
image_data : byte[], 
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

contact_id
Type: EntityID

<default>

image_data
Type: byte[]

<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