Click or drag to resize

WorkspaceAPIRemoveShare Method

Remove shared views for the specified users.

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

Parameters

viewIds
Type: System.Collections.GenericListInt64
View ids whose sharing needs to be removed.
emailIds
Type: System.Collections.GenericListString
The email address of the users to whom the sharing need to be removed.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also