Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveFile.Write

TElGoogleDriveFile     See also     


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


Writes data to the file.

Declaration

[C#]
    void Write(System.IO.Stream Data, TElCustomDataStorageSecurityHandler Handler);

[VB.NET]
    Sub Write(ByVal Data As System.IO.Stream, ByVal Handler As TElCustomDataStorageSecurityHandler)

[Pascal]
    procedure Write(Data: TStream; Handler: TElCustomDataStorageSecurityHandler);

[C++]
    void Write(TStream &Data, TElCustomDataStorageSecurityHandler &Handler);
    void Write(TStream *Data, TElCustomDataStorageSecurityHandler *Handler);

[PHP]
    void Write(TStream $Data, TElCustomDataStorageSecurityHandler $Handler)

[Java]
    void write(TElStream Data, TElCustomDataStorageSecurityHandler Handler);

Parameters

  • Data - the stream with the data to be written.
  • Handler - the security handler used to perform the operation.

Description

    Use this method to write the file.

See also:     Read    

Discuss this help topic in SecureBlackbox Forum