Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeXMLManifest.FileEntries

TElOpenOfficeXMLManifest     See also     


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


Contains the list of signed files.

Declaration

[C#]
    TElOpenOfficeXMLManifestFileEntry FileEntries[int Index];

[VB.NET]
    Property FileEntries(ByVal Index As Integer) As TElOpenOfficeXMLManifestFileEntry

[Pascal]
    property FileEntries[Index : integer] : TElOpenOfficeXMLManifestFileEntry;

[C++]
    TElOpenOfficeXMLManifestFileEntry* get_FileEntries(int32_t Index);

[PHP]
    TElOpenOfficeXMLManifestFileEntry get_FileEntries(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of the desired element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to access the list of signed entries of the package.

See also:     Count     Add     Delete     GetFileEntryByFullPath     Insert    

Discuss this help topic in SecureBlackbox Forum