 | ExportItemBOMFieldChanged Method |
Has the BOM field value changed from original. Null and empty are considered the same.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic bool BOMFieldChanged(
ExportItem parent,
string field
)
Public Function BOMFieldChanged (
parent As ExportItem,
field As String
) As Boolean
Parameters
- parent ExportItem
- field String
Return Value
Boolean
See Also