Class PackageInfo
Class PackageInfo
Inheritance
Namespace: MediaBrowser.Model.Updates
Assembly: MediaBrowser.Model.dll
Syntax
public class PackageInfo
Properties
adult
Gets or sets a value indicating whether this instance is adult only content.
Declaration
public bool adult { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
category
Gets or sets the category.
Declaration
public string category { get; set; }
Property Value
Type | Description |
---|---|
System.String | The category. |
enableInAppStore
Gets or sets a value indicating whether [enable in application store].
Declaration
public bool enableInAppStore { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
expDate
Gets or sets the expiration date for this package.
Declaration
public DateTimeOffset expDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | Expiration Date. |
featureId
Gets or sets the feature id of this package (if premium).
Declaration
public string featureId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The feature id. |
guid
The guid of the assembly associated with this package (if a plug-in). This is used to identify the proper item for automatic updates.
Declaration
public string guid { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
id
The internal id of this package.
Declaration
public string id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id. |
installs
Gets or sets the installs.
Declaration
public int installs { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The installs. |
isPremium
Gets or sets a value indicating whether this instance is premium.
Declaration
public bool isPremium { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
isRegistered
Gets or sets whether or not this package is registered.
Declaration
public bool isRegistered { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if registered. |
name
Gets or sets the name.
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
overview
Gets or sets the overview.
Declaration
public string overview { get; set; }
Property Value
Type | Description |
---|---|
System.String | The overview. |
owner
Gets or sets the owner.
Declaration
public string owner { get; set; }
Property Value
Type | Description |
---|---|
System.String | The owner. |
previewImage
Gets or sets the preview image.
Declaration
public string previewImage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The preview image. |
price
Gets or sets the price for this package (if premium).
Declaration
public float? price { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Single> | The price. |
richDescUrl
Gets or sets the rich desc URL.
Declaration
public string richDescUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The rich desc URL. |
shortDescription
Gets or sets the short description.
Declaration
public string shortDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The short description. |
targetFilename
Gets or sets the target filename.
Declaration
public string targetFilename { get; set; }
Property Value
Type | Description |
---|---|
System.String | The target filename. |
targetSystem
Gets or sets the target system for this plug-in (Server, MBTheater, MBClassic).
Declaration
public PackageTargetSystem targetSystem { get; set; }
Property Value
Type | Description |
---|---|
PackageTargetSystem | The target system. |
thumbImage
Gets or sets the thumb image.
Declaration
public string thumbImage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The thumb image. |
tileColor
Gets or sets the catalog tile color.
Declaration
public string tileColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The owner. |
type
Gets or sets the type.
Declaration
public string type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |
versions
Gets or sets the versions.
Declaration
public PackageVersionInfo[] versions { get; set; }
Property Value
Type | Description |
---|---|
PackageVersionInfo[] | The versions. |