Class InstallationSummary
Represents a summary of items installed during a package installation.
Inheritance
Namespace: Umbraco.Cms.Core.Packaging
Assembly: Umbraco.Core.dll
Syntax
[DataContract(IsReference = true)]
public class InstallationSummary
Constructors
View SourceInstallationSummary(string)
Initializes a new instance of the InstallationSummary class.
Declaration
public InstallationSummary(string packageName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | packageName | The name of the package being installed. |
Properties
View SourceContentInstalled
Gets or sets the collection of content items that were installed.
Declaration
public IEnumerable<IContent> ContentInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IContent> |
DataTypesInstalled
Gets or sets the collection of data types that were installed.
Declaration
public IEnumerable<IDataType> DataTypesInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IDataType> |
DictionaryItemsInstalled
Gets or sets the collection of dictionary items that were installed.
Declaration
public IEnumerable<IDictionaryItem> DictionaryItemsInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IDictionaryItem> |
DocumentTypesInstalled
Gets or sets the collection of document types that were installed.
Declaration
public IEnumerable<IContentType> DocumentTypesInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IContentType> |
EntityContainersInstalled
Gets or sets the collection of entity containers that were installed.
Declaration
public IEnumerable<EntityContainer> EntityContainersInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<EntityContainer> |
LanguagesInstalled
Gets or sets the collection of languages that were installed.
Declaration
public IEnumerable<ILanguage> LanguagesInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ILanguage> |
MediaInstalled
Gets or sets the collection of media items that were installed.
Declaration
public IEnumerable<IMedia> MediaInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IMedia> |
MediaTypesInstalled
Gets or sets the collection of media types that were installed.
Declaration
public IEnumerable<IMediaType> MediaTypesInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IMediaType> |
PackageName
Gets the name of the package that was installed.
Declaration
public string PackageName { get; }
Property Value
| Type | Description |
|---|---|
| string |
PartialViewsInstalled
Gets or sets the collection of partial views that were installed.
Declaration
public IEnumerable<IPartialView> PartialViewsInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IPartialView> |
ScriptsInstalled
Gets or sets the collection of scripts that were installed.
Declaration
public IEnumerable<IScript> ScriptsInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IScript> |
StylesheetsInstalled
Gets or sets the collection of stylesheets that were installed.
Declaration
public IEnumerable<IFile> StylesheetsInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IFile> |
TemplatesInstalled
Gets or sets the collection of templates that were installed.
Declaration
public IEnumerable<ITemplate> TemplatesInstalled { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<ITemplate> |
Warnings
Gets or sets the warnings generated during installation.
Declaration
public InstallWarnings Warnings { get; set; }
Property Value
| Type | Description |
|---|---|
| InstallWarnings |
Methods
View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |