LibraryBrowserDialog SetItemTypeFilter Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void SetItemTypeFilter(
	params LibraryItemType[] typeOfItemsToShow
)

Parameters

typeOfItemsToShow
Type:  Spotfire.Dxp.Framework.Library LibraryItemType 
The type of the items to show in the dialog. Only items of these types can be selected.
Exceptions

ExceptionCondition
System ArgumentNullException If one or more of the parameters are null.
See Also