Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Plugins Namespace / PluginManifest Class
Properties Methods


In This Topic
    PluginManifest Class Members
    In This Topic

    The following tables list the members exposed by PluginManifest.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the PluginManifest class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets Author.  
    Public Property Gets or sets the ConfigUrl  
    Public Property Gets or sets the plugin description.  
    Public Property Gets a value indicating whether plugin is installed or not.  
    Public Property Gets or sets date plugin was installed  
    Public Property Gets or sets the LogoUrl  
    Public Property Gets the PackagedAssemblyFile  
    Public Property Gets or sets name.  
    Public Property  
    Public Property Gets the PluginAssemblyFile  
    Public Property Gets or sets plugin assembly name.  
    Public Property Gets or sets type of plugin  
    Public Property Gets plugin instance type  
    Public Property Gets the ReferencedAssembly  
    Public Property  
    Public Property Gets or sets SupportedVersions.  
    Public Property Gets or sets Title.  
    Public Property Gets or sets Version.  
    Top
    Public Methods
     NameDescription
    Public Method Determines whether this plugin is compatible with current AbleCommerce version or not.  
    Public Methodstatic (Shared in Visual Basic) Loads plugin manifiest object from its manifiest.xml file.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also