Click or drag to resize

ShareInfo Class

ShareInfo class.
Inheritance Hierarchy
SystemObject
  ZReportsShareInfo

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ShareInfo

The ShareInfo type exposes the following members.

Methods
  NameDescription
Public methodGetDatabaseOwners
Gets the workspace admins.
Public methodGetGroupMembers
Gets the group members.
Public methodGetGroupPermissions
Gets the group permissions.
Public methodGetPrivateLinkPermissions
Gets the private link permissions.
Public methodGetPublicLinkPermissions
Gets the public link permissions.
Public methodGetSharedUserPermissions
Gets the shared user permissions.
Public methodGetSharedUsers
Gets the shared users.
Top
Fields
  NameDescription
Private fieldadminMembers
The admin members.
Private fieldgroupInfo
The group information.
Private fieldgroupMembers
The group members.
Private fieldprivateInfo
The private information.
Private fieldpublicInfo
The public information.
Private fieldsharedUsers
The shared users.
Private fielduserInfo
The user information.
Top
See Also