Click or drag to resize

ShareInfoGetPrivateLinkPermissions Method

Gets the private link 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>>> GetPrivateLinkPermissions()

Return Value

Type: DictionaryString, DictionaryString, DictionaryString, Boolean
Private link permissions.
See Also