LibraryBrowserDialogSetItemTypeFilter Method TIBCO Spotfire 7.6 API Reference
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: 25.11.10401.3615 (25.11.10401.3615)
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

ExceptionCondition
ArgumentNullException If one or more of the parameters are null.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference