Sets the set of library item types that shall be displayed by this dialog.
By default, only items of type LibraryItemType.Analysis are displayed.
Namespace: Spotfire.Dxp.Forms.Dialogs
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public void SetItemTypeFilter( params LibraryItemType[] typeOfItemsToShow )
Parameters
- typeOfItemsToShow
- Type: Spotfire.Dxp.Framework.LibraryLibraryItemType
The type of the items to show in the dialog. Only items of these types can be selected.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | If one or more of the parameters are null. |
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also