Click or drag to resize

ExportItemBOMFieldChanged Method

Has the BOM field value changed from original. Null and empty are considered the same.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public bool BOMFieldChanged(
	ExportItem parent,
	string field
)

Parameters

parent  ExportItem
field  String

Return Value

Boolean
See Also