M-Files UI Extensibility Framework
CreateAdditionalListingForPath Method
IShellFrame Interface : CreateAdditionalListingForPath Method
The path to the folder to show in the listing window. The path is relative to the vault root.
Description
Creates an additional listing object to represent the folder content from the path specified.
Syntax
Visual Basic
Public Function CreateAdditionalListingForPath( _
   ByVal path As String _
) As IShellListing
Parameters
path
The path to the folder to show in the listing window. The path is relative to the vault root.
Return Type
The listing object.
Remarks

The listing object does show in the UI automatically, but it can be attached to the MFShell.DocListCtrl ActiveX component which in turn can be displayed as a part of HTML content of a dashboard. See Creating Additional Listing Views technical article.

Supported in M-Files 10.0.3911.3 and newer.

See Also

IShellFrame Interface  | IShellFrame Members