Click or drag to resize

ShareInfoGetSharedUserPermissions Method

Gets the shared user permissions.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, Dictionary<string, Dictionary<string, bool>>> GetSharedUserPermissions()

Return Value

Type: DictionaryString, DictionaryString, DictionaryString, Boolean
Shared user permissions.
See Also