Click or drag to resize

ExportTypeExtensionFieldDeleting Method

Notification that user is about too delete given field.

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual bool FieldDeleting(
	CTExportProfileField poField
)

Parameters

poField
Type: CTExportProfileField
Export profile field that is currently being deleted.

Return Value

Type: Boolean
Return false to prevent deletion; true to allow.
See Also