Click or drag to resize
InternalStatusInfoCopyDataFrom Method
Fills data properties with values from given template.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public void CopyDataFrom(
	InternalStatusInfo status
)

Parameters

status
Type: CMS.EcommerceInternalStatusInfo
Template to copy data from
See Also