M-Files UI Extensibility Framework
CreateAdditionalListingForView Method
IShellFrame Interface : CreateAdditionalListingForView Method
The ID of the view to show in the listing window.
Description
Creates an additional listing object that represents the content of a view.
Syntax
Visual Basic
Public Function CreateAdditionalListingForView( _
   ByVal viewID As Long _
) As IShellListing
Parameters
viewID
The ID of the view to show in the listing window.
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