• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsOrderZipEntry

    Represents a single file entry from a downloaded ZIP file.

    Inheritance
    System.Object
    EbicsOrderZipEntry
    EbicsOrderCamtDocument
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.EBICS
    Assembly: Subsembly.EBICS.Core.dll
    Syntax
    public class EbicsOrderZipEntry

    Properties

    FileData

    The raw binary data that was read from the ZIP file.

    Declaration
    public byte[] FileData { get; }
    Property Value
    Type Description
    System.Byte[]

    FileName

    The file name of the ZIP entry.

    Declaration
    public string FileName { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH