Hide File Input Section

Index

    Hide File Input Section

    By default all sections of the ValidationUnit are visible. You can hide the File Input Section using the ShowFileInputSection property of the Validation Unit. This will also hide the validate button. You can still validate files using the ValidateFile() method of the ValidationUnit.

    Example

    validationUnit.ShowFileInputSection = false;

    in EDI Validation Unit
    Did this article answer your question?