Click or drag to resize

ViewAPIRefetchData Method

Sync data from available datasource for the specified view.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void RefetchData(
	Dictionary<string, Object> config
)

Parameters

config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also