Discuss this help topic in SecureBlackbox Forum

TElDirInfo.Sections

TElDirInfo     See also     


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


Returns the specified section of this directory.

Declaration

[C#]
    TElDirInfo Sections[int Index];

[VB.NET]
    Property Sections(ByVal Index As Integer) As TElDirInfo

[Pascal]
    property Sections[Index : integer] : TElDirInfo;

[C++]
    TElDirInfo* get_Sections(int32_t Index);

[PHP]
    TElDirInfo get_Sections(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired section in the list.

Description

    This property provides access to this directory's subsections.

See also:     SectionByName     SectionCount    

Discuss this help topic in SecureBlackbox Forum