Class NotificationCategoryInfo
Inheritance
System.Object
NotificationCategoryInfo
Namespace: Emby.Notifications
Assembly: MediaBrowser.Controller.dll
Syntax
public class NotificationCategoryInfo
Properties
Events
Declaration
public NotificationTypeInfo[] Events { get; set; }
Property Value
Type | Description |
---|---|
NotificationTypeInfo[] |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |