ViewAPICreateSimilarViews Method |
Create reports for the specified table based on the reference table.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public void CreateSimilarViews(
long refViewId,
long folderId,
Dictionary<string, Object> config
)
Parameters
- refViewId
- Type: SystemInt64
The ID of the reference view. - folderId
- Type: SystemInt64
The folder id where the views to be saved. - config
- Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also