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

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

Parameters

company_id
Type: EntityID

image_bytes
Type: byte[]

db
Type: IDatabase

.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