Click or drag to resize
OptionCategoryInfo Constructor (OptionCategoryInfo, Boolean)

Note: This API is now obsolete.

Constructor - Creates a new OptionCategoryInfo object from the given DataClass.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Not intended for public use. Will be removed in next major release.")]
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