Click or drag to resize

AccessRole Enumeration

An enumeration of the different access roles

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
public enum AccessRole
Members
  Member nameValueDescription
Creator0 Creators are allowed to create, edit, view, and delete content
Viewer1 Viewers are allowed to view content.
ViewerWithLink2 ViewerWithLink allows access to view, but not enumerate content.
Publisher3 Publishers accept or decline content before it is released to the users.
See Also