M-Files UI Extensibility Framework
GetListing Method
IShellFrame Interface : GetListing Method
The zero-based index of the listing to attach to. Zero refers to the main listing.
Description
Gets the specified listing object.
Syntax
Visual Basic
Public Function GetListing( _
   ByVal listingIndex As Long _
) As IShellListing
Parameters
listingIndex
The zero-based index of the listing to attach to. Zero refers to the main listing.
Return Type
The listing object.
Remarks

The application can access the active listing object, the main listing object, or all listing objects.

Supported in M-Files 10.0.3911.3 and newer.

See Also

IShellFrame Interface  | IShellFrame Members