Click or drag to resize
OptionCategoryInfo Constructor (OptionCategoryInfo, Boolean)
Constructor - Creates a new OptionCategoryInfo object from the given DataClass.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public OptionCategoryInfo(
	OptionCategoryInfo oci,
	bool keepSourceData
)

Parameters

oci
Type: CMS.EcommerceOptionCategoryInfo
Source category info
keepSourceData
Type: SystemBoolean
If true, source data are kept in the object
See Also