Exago .NET API Documentation
wrScheduleManagerViewLevel Enumeration
WebReports.Api Namespace : wrScheduleManagerViewLevel Enumeration
Used by the WebReports.Api.Common.ScheduleManagerViewLevel Property and WebReports.Api.Roles.General.ScheduleManagerViewLevel Property to represent the level security level of the Schedule Manager in the user interface at the configuration level (for the former) or for a Role (for the latter).
Syntax
public enum wrScheduleManagerViewLevel : System.Enum 
Members
MemberValueDescription
All3All Users in All Companies: User can view and delete report schedules for all companies (administrator).
Company2All Users in Current Company: User can only view and delete report schedules for their company. This setting will hide the Host column of the Schedule Manager.
User1Current User: Can only view and delete report jobs that have been created by that user. This setting will hide the Host and Company Id columns of the Schedule Manager.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         WebReports.Api.wrScheduleManagerViewLevel

See Also

Reference

WebReports.Api Namespace