View Source
Class InstallationSummary
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(IsReference = true)]
public class InstallationSummary
Constructors
View Source
InstallationSummary(String)
Declaration
public InstallationSummary(string packageName)
Parameters
Type |
Name |
Description |
System.String |
packageName |
|
Properties
View Source
ContentInstalled
Declaration
public IEnumerable<IContent> ContentInstalled { get; set; }
Property Value
View Source
DataTypesInstalled
Declaration
public IEnumerable<IDataType> DataTypesInstalled { get; set; }
Property Value
View Source
DictionaryItemsInstalled
Declaration
public IEnumerable<IDictionaryItem> DictionaryItemsInstalled { get; set; }
Property Value
View Source
DocumentTypesInstalled
Declaration
public IEnumerable<IContentType> DocumentTypesInstalled { get; set; }
Property Value
View Source
EntityContainersInstalled
Declaration
public IEnumerable<EntityContainer> EntityContainersInstalled { get; set; }
Property Value
View Source
LanguagesInstalled
Declaration
public IEnumerable<ILanguage> LanguagesInstalled { get; set; }
Property Value
View Source
MacroPartialViewsInstalled
Declaration
public IEnumerable<IPartialView> MacroPartialViewsInstalled { get; set; }
Property Value
View Source
MacrosInstalled
Declaration
public IEnumerable<IMacro> MacrosInstalled { get; set; }
Property Value
Type |
Description |
IEnumerable<IMacro> |
|
View Source
Declaration
public IEnumerable<IMedia> MediaInstalled { get; set; }
Property Value
Type |
Description |
IEnumerable<IMedia> |
|
View Source
Declaration
public IEnumerable<IMediaType> MediaTypesInstalled { get; set; }
Property Value
View Source
PackageName
Declaration
public string PackageName { get; }
Property Value
Type |
Description |
System.String |
|
View Source
PartialViewsInstalled
Declaration
public IEnumerable<IPartialView> PartialViewsInstalled { get; set; }
Property Value
View Source
ScriptsInstalled
Declaration
public IEnumerable<IScript> ScriptsInstalled { get; set; }
Property Value
Type |
Description |
IEnumerable<IScript> |
|
View Source
StylesheetsInstalled
Declaration
public IEnumerable<IFile> StylesheetsInstalled { get; set; }
Property Value
Type |
Description |
IEnumerable<IFile> |
|
View Source
TemplatesInstalled
Declaration
public IEnumerable<ITemplate> TemplatesInstalled { get; set; }
Property Value
View Source
Warnings
Declaration
public InstallWarnings Warnings { get; set; }
Property Value
Methods
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|