Class CollectionCreationOptions
Inheritance
System.Object
CollectionCreationOptions
Assembly: MediaBrowser.Controller.dll
public sealed class CollectionCreationOptions : IHasProviderIds
Constructors
Declaration
public CollectionCreationOptions()
Properties
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public long[] ItemIdList { get; set; }
Property Value
Type |
Description |
System.Int64[] |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long ParentId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Declaration
public long[] UserIds { get; set; }
Property Value
Type |
Description |
System.Int64[] |
|
Implements
Extension Methods