Company.Create (CompanyInfo, EntityID, IDatabase) Method

Public Shared Function Create( _ 
ByVal company As CompanyInfo, _ 
ByVal creator_user_id As EntityID, _ 
ByVal db As IDatabase
) As CompanyInfo
This language is not supported or no code example is available.
public static CompanyInfo Create( 
CompanyInfo company
EntityID creator_user_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static CompanyInfo^ Create( 
CompanyInfo^ company
EntityID^ creator_user_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function Create( 
company : CompanyInfo
creator_user_id : EntityID
db : IDatabase 
) : CompanyInfo;
This language is not supported or no code example is available.

Parameters

company
CompanyInfo

creator_user_id
EntityID

db
IDatabase

Return Value

CompanyInfo

.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

In this article

Definition