Class VirtualFolderInfo
Used to hold information about a user's list of configured virtual folders
Inheritance
System.Object
VirtualFolderInfo
Namespace: MediaBrowser.Model.Entities
Assembly: MediaBrowser.Model.dll
Syntax
public class VirtualFolderInfo
Properties
CollectionType
Gets or sets the type of the collection.
Declaration
public string CollectionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the collection. |
Guid
Declaration
public string Guid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
ItemId came first, so that is left for compatability purposes
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemId
Gets or sets the item identifier.
Declaration
public string ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The item identifier. |
LibraryOptions
Declaration
public LibraryOptions LibraryOptions { get; set; }
Property Value
Type | Description |
---|---|
LibraryOptions |
Locations
Gets or sets the locations.
Declaration
public string[] Locations { get; set; }
Property Value
Type | Description |
---|---|
System.String[] | The locations. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
PrimaryImageItemId
Gets or sets the primary image item identifier.
Declaration
public string PrimaryImageItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The primary image item identifier. |
RefreshProgress
Declaration
public double? RefreshProgress { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
RefreshStatus
Declaration
public string RefreshStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |