Click or drag to resize

SessionAccessDetails Class

Details about access rights to a session
Inheritance Hierarchy
SystemObject
  Panopto.Server.Services.PublicAPI.V40SessionAccessDetails

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

The SessionAccessDetails type exposes the following members.

Constructors
  NameDescription
Public methodSessionAccessDetails
Initializes a new instance of the SessionAccessDetails class
Top
Properties
  NameDescription
Public propertyFolderAccess
Gets or sets the access details that are inherited from the folder
Public propertyGroupsWithDirectViewerAccess
Gets or sets a list of groups that have been granted direct viewer access
Public propertyInheritViewerAccess
Gets or sets a value indicating whether viewer access rights are inherited from the folder
Public propertyIsPublic
Gets or sets a value indicating whether the IsPublic flag is set on the session. Note: the session can be viewed by anybody if (Session.IsPublic || (Session.InheritViewerAccess AND Folder.IsPublic))
Public propertySessionId
Gets or sets the session's id
Public propertyUsersWithDirectViewerAccess
Gets or sets a list of users that have been granted direct viewer access
Top
See Also