 | ExportTypeExtensionFieldDeleting Method |
Notification that user is about too delete given field.
Namespace: CTExtensions.InterfacesAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual bool FieldDeleting(
CTExportProfileField poField
)
Public Overridable Function FieldDeleting (
poField As CTExportProfileField
) As Boolean
Parameters
- poField CTExportProfileField
- Export profile field that is currently being deleted.
Return Value
BooleanReturn false to prevent deletion; true to allow.
See Also