Class LibraryOptionInfo
Inheritance
System.Object
LibraryOptionInfo
Assembly: MediaBrowser.Controller.dll
public sealed class LibraryOptionInfo
Properties
Declaration
public bool DefaultEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public MetadataFeatures[] Features { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SetupUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods