Discuss this help topic in SecureBlackbox Forum

TElOneDriveFile.Read

TElOneDriveFile     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


Reads the file content to a stream.

Declaration

[C#/Java]
    void Read(System.IO.Stream Target);

[VB.NET]
    Sub Read(ByVal Target As System.IO.Stream)

[Pascal]
    procedure Read(Target: TStream);

[C++]
    void Read(TStream &Target);
    void Read(TStream *Target);

[PHP]
    void Read(TStream $Target)

Parameters

  • Target - the stream to which the file data should be read.

Description

    Use this property to download the file from the storage and save the data to the stream.

See also:     Write    

Discuss this help topic in SecureBlackbox Forum