Skip to content

KVSEDX Transm. APIV2 Outbound#

Implements KVSEDXiTransmission.

Procedures#

DeleteDirectory(Text, Text) : Boolean#

Summary: Deletes directory from the Azure fileshare or container. Not used in APIV2 outbound transmission.

procedure DeleteDirectory(DeletePath: Text; var ErrorText: Text): Boolean

Parameters:

  • DeletePath: Variable parameter for DeletePath.
  • ErrorText: Error text or message.

Returns: True if operation succeeded, false otherwise.