Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.DeleteStream

TElCompoundFileStorageEntry     See also     


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


Deletes a stream entry.

Declaration

[C#]
    void DeleteStream(string StreamName);

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

[Pascal]
    procedure DeleteStream(const StreamName : WideString);

[C++]
    void DeleteStream(const sb_u16string &StreamName);
    void DeleteStream(const std::wstring &StreamName);

[PHP]
    void DeleteStream(string $StreamName)

[Java]
    void deleteStream(String StreamName);

Parameters

  • StreamName - name of the entry to be deleted

Description

    Use this method to delete the desired stream entry.

See also:     CreateStream     GetStream    

Discuss this help topic in SecureBlackbox Forum