View Source
Class LocalPackageInstallModel
A model that represents uploading a local package
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "localPackageInstallModel")]
public class LocalPackageInstallModel : PackageInstallModel, IHaveUploadedFiles, INotificationModel
Properties
View Source
Author
Declaration
[DataMember(Name = "author")]
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AuthorUrl
Declaration
[DataMember(Name = "authorUrl")]
public string AuthorUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ConflictingMacroAliases
Key value of name + alias
Declaration
[DataMember(Name = "conflictingMacroAliases")]
public IDictionary<string, string> ConflictingMacroAliases { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
View Source
ConflictingStyleSheetNames
Key value of name + alias
Declaration
[DataMember(Name = "conflictingStyleSheetNames")]
public IDictionary<string, string> ConflictingStyleSheetNames { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
View Source
ConflictingTemplateAliases
Key value of name + alias
Declaration
[DataMember(Name = "conflictingTemplateAliases")]
public IDictionary<string, string> ConflictingTemplateAliases { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
View Source
ContainsMacroConflict
Declaration
[DataMember(Name = "containsMacroConflict")]
public bool ContainsMacroConflict { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ContainsStyleSheetConflicts
Declaration
[DataMember(Name = "containsStyleSheetConflicts")]
public bool ContainsStyleSheetConflicts { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ContainsTemplateConflicts
Declaration
[DataMember(Name = "containsTemplateConflicts")]
public bool ContainsTemplateConflicts { get; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ContainsUnsecureFiles
Declaration
[DataMember(Name = "containsUnsecureFiles")]
public bool ContainsUnsecureFiles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Contributors
Declaration
[DataMember(Name = "contributors")]
public IList<string> Contributors { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
View Source
IconUrl
Declaration
[DataMember(Name = "iconUrl")]
public string IconUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
IsCompatible
A flag to determine if this package is compatible to be installed
Declaration
[DataMember(Name = "isCompatible")]
public bool IsCompatible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
License
Declaration
[DataMember(Name = "license")]
public string License { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LicenseUrl
Declaration
[DataMember(Name = "licenseUrl")]
public string LicenseUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Notifications
Declaration
[DataMember(Name = "notifications")]
public List<Notification> Notifications { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Notification> |
|
View Source
OriginalVersion
If this is not null then it means the package is being from this version
Declaration
[DataMember(Name = "originalVersion")]
public string OriginalVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Readme
Declaration
[DataMember(Name = "readme")]
public string Readme { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UmbracoVersion
The minimum umbraco version that this package is pinned to
Declaration
[DataMember(Name = "umbracoVersion")]
public string UmbracoVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UploadedFiles
Declaration
public List<ContentPropertyFile> UploadedFiles { get; }
Property Value
View Source
Url
Declaration
[DataMember(Name = "url")]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Version
Declaration
[DataMember(Name = "version")]
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|