View Source
Class ExportedMemberNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ExportedMemberNotification : INotification
Constructors
View Source
ExportedMemberNotification(IMember, MemberExportModel)
Declaration
public ExportedMemberNotification(IMember member, MemberExportModel exported)
Parameters
Properties
View Source
Exported
Declaration
public MemberExportModel Exported { get; }
Property Value
View Source
Member
Declaration
public IMember Member { get; }
Property Value