Class CollectionCreatedEventArgs
Inheritance
System.Object
System.EventArgs
CollectionCreatedEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: MediaBrowser.Controller.Collections
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class CollectionCreatedEventArgs : EventArgs
Properties
Collection
Gets or sets the collection.
Declaration
public BoxSet Collection { get; set; }
Property Value
Type | Description |
---|---|
BoxSet | The collection. |
Options
Gets or sets the options.
Declaration
public CollectionCreationOptions Options { get; set; }
Property Value
Type | Description |
---|---|
CollectionCreationOptions | The options. |