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