Get a company id by name

Namespace: SynergyClientAPI.Companies
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function GetCompanyID( _ 
ByVal company_name As String
) As EntityID
This language is not supported or no code example is available.
public static EntityID GetCompanyID( 
string company_name 
)
This language is not supported or no code example is available.
public:  
static EntityID^ GetCompanyID( 
String^ company_name 
)
This language is not supported or no code example is available.
public static function GetCompanyID( 
company_name : String 
) : EntityID;
This language is not supported or no code example is available.

Parameters

company_name
Type: string

the name of the company

Return Value

Type: EntityID

the id of the company - null if not found

.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