View Source
Class ContentTypeImportModel
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypeImportModel : object, INotificationModel
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Notifications
Declaration
public List<BackOfficeNotification> Notifications { get; }
Property Value
View Source
TempFileName
Declaration
public string TempFileName { get; set; }
Property Value
Type |
Description |
System.String |
|