Version

GetSubProvider Method

Gets a sub data provider from the current data provider and pushes it as the current data provider.
Syntax
public IDataSourceLocalDataProvider GetSubProvider( 
   object itemsSource,
   string path
)

Parameters

itemsSource
The data to get a provider for.
path
The path from the current provider to the new provider.

Return Value

The requested data provider.
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