Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.IsServiceEntry

TElASiCContainer     See also     


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


Checks whether the specified entry is a part of the ZIP archive directory.

Declaration

[C#]
    bool IsServiceEntry(TElZipArchiveDirectoryEntry Entry);

[VB.NET]
    Function IsServiceEntry(ByVal Entry As TElZipArchiveDirectoryEntry) As Boolean

[Pascal]
    function IsServiceEntry(Entry : TElZipArchiveDirectoryEntry) : boolean;

[C++]
    not available

[PHP]
    bool IsServiceEntry(TElZipArchiveDirectoryEntry $Entry)

[Java]
    boolean isServiceEntry(TElZipArchiveDirectoryEntry Entry);

Parameters

  • Entry - specifies the entry.

Return value

Returns True if the entry is a part of the ZIP archive directory, and False otherwise.

Description

Use this method to check whether the specified entry is a part of the ZIP archive directory.

See also:     ASiCSignedEntry    

Discuss this help topic in SecureBlackbox Forum