Version

ReleaseFilterSourceItems Method (DataSourceBase)

Releases the filter source items for the members at the specified level.
Syntax
'Declaration
 
Protected Sub ReleaseFilterSourceItems( _
   ByVal level As ILevel, _
   Optional ByVal refreshGrid As Boolean _
) 
protected void ReleaseFilterSourceItems( 
   ILevel level,
   bool refreshGrid
)

Parameters

level
The level.
refreshGrid
A value indicating whether RefreshGrid is called after the filter source items are released.
Remarks
Basicaly if it is possible those filter source items to be released then UnregisterFilterSource(IFilterMember) method will be called for each filter member connected to each level's member.
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