Version

RecurseRules Method

Recurses the current rules for a sub data source and path.
Syntax
'Declaration
 
Public Sub RecurseRules( _
   ByVal subDataSource As Object, _
   ByVal subPath As String, _
   ByVal listenForSubPathChanges As Boolean _
) 
public void RecurseRules( 
   object subDataSource,
   string subPath,
   bool listenForSubPathChanges
)

Parameters

subDataSource
The sub data source to recurse the rules for.
subPath
The path from the current data source to the sub data source.
listenForSubPathChanges
True if changes along the path should cause the data provider to re-evaluate.
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