Click or drag to resize

ExportTypeExtensionFieldDeleting Method

Notification that user is about too delete given field.

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

Parameters

poField  CTExportProfileField
Export profile field that is currently being deleted.

Return Value

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