Version

RecurseRules Method

Recurses the current rules for a sub data source and path.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also