Class ItemFieldsExtensions
Class ItemFieldsExtensions.
Inheritance
System.Object
ItemFieldsExtensions
Namespace: MediaBrowser.Controller.Api
Assembly: MediaBrowser.Controller.dll
Syntax
public static class ItemFieldsExtensions
Methods
GetItemFields(IHasItemFields)
Gets the item fields.
Declaration
public static ItemFields[] GetItemFields(this IHasItemFields request)
Parameters
Type | Name | Description |
---|---|---|
IHasItemFields | request | The request. |
Returns
Type | Description |
---|---|
ItemFields[] | IEnumerable{ItemFields}. |
GetItemFields(String)
Declaration
public static ItemFields[] GetItemFields(string val)
Parameters
Type | Name | Description |
---|---|---|
System.String | val |
Returns
Type | Description |
---|---|
ItemFields[] |