EcommerceTransformationFunctionsGetSupplier Method |
Gets object from the specified column of the supplier with specific ID.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax public static Object GetSupplier(
Object Id,
string column
)
Parameters
- Id
- Type: SystemObject
Supplier ID - column
- Type: SystemString
Column name
Return Value
Type:
ObjectSee Also