View Source
Class InstallationSummary
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[Serializable]
[DataContract(IsReference = true)]
public class InstallationSummary
Properties
View Source
ActionErrors
Declaration
public IEnumerable<string> ActionErrors { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
View Source
Actions
Declaration
public IEnumerable<PackageAction> Actions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<PackageAction> |
|
View Source
ContentInstalled
Declaration
public IEnumerable<IContent> ContentInstalled { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IContent> |
|
View Source
DataTypesInstalled
Declaration
public IEnumerable<IDataType> DataTypesInstalled { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IDataType> |
|
View Source
DictionaryItemsInstalled
Declaration
public IEnumerable<IDictionaryItem> DictionaryItemsInstalled { get; set; }
Property Value
View Source
DocumentTypesInstalled
Declaration
public IEnumerable<IContentType> DocumentTypesInstalled { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IContentType> |
|
View Source
FilesInstalled
Declaration
public IEnumerable<string> FilesInstalled { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
View Source
LanguagesInstalled
Declaration
public IEnumerable<ILanguage> LanguagesInstalled { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ILanguage> |
|
View Source
MacrosInstalled
Declaration
public IEnumerable<IMacro> MacrosInstalled { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IMacro> |
|
View Source
Declaration
public IPackageInfo MetaData { get; set; }
Property Value
View Source
StylesheetsInstalled
Declaration
public IEnumerable<IFile> StylesheetsInstalled { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IFile> |
|
View Source
TemplatesInstalled
Declaration
public IEnumerable<ITemplate> TemplatesInstalled { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ITemplate> |
|