IEditSessionSetCompoundItemComponentCustomName Method |
Sets the custom name of the compound component. User must have rights to edit orders.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid SetCompoundItemComponentCustomName(
string customName,
IOrderStub order,
IOrderCompoundItemComponentStub compoundComponent
)
Parameters
- customName String
- New custom name of the compound component or null to use default name.
- order IOrderStub
- Order that contains element with changing compound component.
- compoundComponent IOrderCompoundItemComponentStub
- Compound component which custom name will be changed.
See Also