Class AddinInfo
- Namespace
- Dynamicweb.Marketplace
- Assembly
- Dynamicweb.Marketplace.dll
public class AddinInfo : PackageInfo
- Inheritance
-
AddinInfo
- Inherited Members
-
Properties
AddinProvider
public string AddinProvider { get; set; }
Property Value
- string
Author
public string Author { get; set; }
Property Value
- string
Categories
public IEnumerable<string> Categories { get; set; }
Property Value
- IEnumerable<string>
Compatible
public bool? Compatible { get; set; }
Property Value
- bool?
Dependencies
public IEnumerable<string> Dependencies { get; set; }
Property Value
- IEnumerable<string>
Description
public string Description { get; set; }
Property Value
- string
Downloads
public long? Downloads { get; set; }
Property Value
- long?
Image
public string Image { get; set; }
Property Value
- string
InstalledVersion
public string InstalledVersion { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string