Table of Contents

Class InstallInfo

Namespace
Dynamicweb.Marketplace
Assembly
Dynamicweb.Marketplace.dll
public class InstallInfo
Inheritance
InstallInfo
Inherited Members

Constructors

InstallInfo(string?)

public InstallInfo(string? owner)

Parameters

owner string

Properties

Installed

public List<AssemblyInfo> Installed { get; set; }

Property Value

List<AssemblyInfo>

Name

public string? Name { get; set; }

Property Value

string
To top