Click or drag to resize

WorkspaceAPIShareViews Method

Share views to the specified users.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void ShareViews(
	List<long> viewIds,
	List<string> emailIds,
	Dictionary<string, bool> permissions,
	Dictionary<string, Object> config
)

Parameters

viewIds
Type: System.Collections.GenericListInt64
View ids which to be shared.
emailIds
Type: System.Collections.GenericListString
The email address of the users to whom the views need to be shared.
permissions
Type: System.Collections.GenericDictionaryString, Boolean
Contains permission details.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also