public EntityTenant( EntityTenant other )
Parameters
- other
Create an EntityTenant object, passing it another EntityTenant object that describes the entity (data object), column name and parameter name required to do so.
See Admin Console: Data Objects and Column-Based Tenancy for more information.
myNewEntity.Tenants.Add(new EntityTenant(myNewEntity.Name, "Campaign Name", "companyId")); api.Parameters.GetParameter("companyId").Value = "US Expo";