EcommerceTransformationFunctionsGetPublicStatus Method |
Gets object from the specified column of the public status with specific ID.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax public static Object GetPublicStatus(
Object Id,
string column
)
Parameters
- Id
- Type: SystemObject
Public status ID - column
- Type: SystemString
Column name
Return Value
Type:
ObjectSee Also