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)
Syntax
public bool BOMFieldChanged(
	ExportItem parent,
	string field
)

Parameters

parent
Type: CTExtensions.ExportCore.ExportHandlerExportItem
field
Type: SystemString

Return Value

Type: Boolean
See Also