Click or drag to resize

UserAccessDetails Class

Details about a user's access rights
Inheritance Hierarchy
SystemObject
  Panopto.Server.Services.PublicAPI.V40UserAccessDetails

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
public class UserAccessDetails

The UserAccessDetails type exposes the following members.

Constructors
  NameDescription
Public methodUserAccessDetails
Initializes a new instance of the UserAccessDetails class
Top
Properties
  NameDescription
Public propertyFoldersWithCreatorAccess
Gets or sets the list of folders the user has creator access to
Public propertyFoldersWithPublisherAccess
Gets or sets the list of folders the user has publisher access to
Public propertyFoldersWithViewerAccess
Gets or sets the list of folders the user has viewer access to
Public propertyGroupMembershipAccess
Gets or sets the list of rights the user has because of group access.
Public propertySessionsWithViewerAccess
Gets or sets the list of sessions the viewer has been granted direct viewer access to. Does not include sessions he can view because of folder rights
Public propertySystemRole
Gets or sets the user's system role
Public propertyUserId
Gets or sets the user's id
Top
See Also