View Source
Class ContentTypeImportModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "contentTypeImportModel")]
public class ContentTypeImportModel : INotificationModel
Properties
View Source
Alias
Declaration
[DataMember(Name = "alias")]
public string Alias { 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<BackOfficeNotification> Notifications { get; }
Property Value
View Source
TempFileName
Declaration
[DataMember(Name = "tempFileName")]
public string TempFileName { get; set; }
Property Value
Type |
Description |
System.String |
|