Discuss this help topic in SecureBlackbox Forum

TElOpenOfficePackage.DeleteStream

TElOpenOfficePackage     See also     


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


Deletes package entry.

Declaration

[C#]
    void DeleteStream(string Path);

[VB.NET]
    Sub DeleteStream(ByVal Path As String)

[Pascal]
    procedure DeleteStream(Path : string);

[C++]
    void DeleteStream(const std::string &Path);

[PHP]
    void DeleteStream(string $Path)

[Java]
    void deleteStream(String Path);

Parameters

  • Path - path to the entry

Description

    Use this method to delete the package entry.

See also:     CloseStream     CreateStream     GetStream     StreamExists    

Discuss this help topic in SecureBlackbox Forum