Adding stragies plus tests for publishing and updating the xml cache.
This commit is contained in:
@@ -46,6 +46,17 @@ namespace Umbraco.Core.Publishing
|
||||
Published(content, e);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Raises the <see cref="Published"/> event
|
||||
/// </summary>
|
||||
/// <param name="content"> </param>
|
||||
/// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param>
|
||||
protected virtual void OnPublished(IEnumerable<IContent> content, PublishingEventArgs e)
|
||||
{
|
||||
if (Published != null)
|
||||
Published(content, e);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Occurs before unpublish
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user