Version

IsItemsAlreadyAdded Method

Checks whether some of collections of Infragistics.Olap.IOlapViewModel object contains already given items.
Syntax
'Declaration
 
Public Shared Function IsItemsAlreadyAdded( _
   ByVal viewModel As Infragistics.Olap.IOlapViewModel, _
   ByVal items As IEnumerable(Of Object) _
) As Boolean
public static bool IsItemsAlreadyAdded( 
   Infragistics.Olap.IOlapViewModel viewModel,
   IEnumerable<object> items
)

Parameters

viewModel
Instance of the affected Infragistics.Olap.IOlapViewModel object.
items
IEnumerable of items that should be checked.

Return Value

true if some of items is already added to any of the collections of the viewModel object, otherwise false
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also