Click or drag to resize

ExportItemFieldChanged Method

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

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public bool FieldChanged(
	string field
)

Parameters

field
Type: SystemString

Return Value

Type: Boolean
See Also