Skip to content

Commit

Permalink
Added DeleteContentOfType method for the Delete event description
Browse files Browse the repository at this point in the history
  • Loading branch information
radyz committed Aug 4, 2013
1 parent e9db06c commit a52f053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Reference/Events-v6/ContentService-Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The ContentService class is the most commonly used type when extending Umbraco u
<td>Deleting</td>
<td>(IContentService sender, DeleteEventArgs<IContent> e)</td>
<td>
Raised when ContentService.Delete, ContentService.EmptyRecycleBin are called in the API.<br />
Raised when ContentService.DeleteContentOfType, ContentService.Delete, ContentService.EmptyRecycleBin are called in the API.<br />
"sender" will be the current IContentService object.<br />
"e" will provide:
<ol>
Expand Down

0 comments on commit a52f053

Please sign in to comment.