Discuss this help topic in SecureBlackbox Forum

TElASiCManifest.AddReference

TElASiCManifest     See also     


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


Adds a reference to the manifest.

Declaration

[C#]
    int AddReference(TElZipArchiveDirectoryEntry Entry);
    int AddReference(TElZipArchiveDirectoryEntry Entry, string MediaType);

[VB.NET]
    Function AddReference(ByVal Entry As TElZipArchiveDirectoryEntry) As Integer
    Function AddReference(ByVal Entry As TElZipArchiveDirectoryEntry, ByVal MediaType As String) As Integer

[Pascal]
    function AddReference(Entry : TElZipArchiveDirectoryEntry) : integer;

[C++]
    not available

[PHP]
    integer AddReference(TElZipArchiveDirectoryEntry $Entry)
    integer AddReference(TElZipArchiveDirectoryEntry $Entry, string $MediaType)

[Java]
    int addReference(TElZipArchiveDirectoryEntry Entry, String MediaType);
    int addReference(TElZipArchiveDirectoryEntry Entry);

Parameters

  • Entry - specifies the archive entry.
  • MediaType -

Return value

On success, returns the index of the newly added reference. If failed, returns -1.

Description

Use this method to add a reference to the manifest.

See also:     References     ReferenceCount    

Discuss this help topic in SecureBlackbox Forum