Interface IHasItemFields
Interface IHasItemFields
Namespace: MediaBrowser.Controller.Api
Assembly: MediaBrowser.Controller.dll
Syntax
public interface IHasItemFields
Properties
Fields
Gets or sets the fields.
Declaration
string Fields { get; set; }
Property Value
Type | Description |
---|---|
System.String | The fields. |