View Source
Class TemplateSavedNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class TemplateSavedNotification : SavedNotification<ITemplate>, IStatefulNotification, INotification
Constructors
View Source
TemplateSavedNotification(IEnumerable<ITemplate>, EventMessages)
Declaration
public TemplateSavedNotification(IEnumerable<ITemplate> target, EventMessages messages)
Parameters
View Source
TemplateSavedNotification(ITemplate, EventMessages)
Declaration
public TemplateSavedNotification(ITemplate target, EventMessages messages)
Parameters
Properties
View Source
ContentTypeAlias
Declaration
public string ContentTypeAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CreateTemplateForContentType
Declaration
public bool CreateTemplateForContentType { get; set; }
Property Value
Type |
Description |
System.Boolean |
|