public void ContentPartCreated(ContentPartCreatedContext context)
 {
 }
 public void ContentPartCreated(ContentPartCreatedContext context) {
     RecordContentPartAuditTrailEvent(ContentPartAuditTrailEventProvider.Created, context.ContentPartDefinition);
 }
 public void ContentPartCreated(ContentPartCreatedContext context) {
 }
Example #4
0
 public void ContentPartCreated(ContentPartCreatedContext context)
 {
     RecordContentPartAuditTrailEvent(ContentPartAuditTrailEventProvider.Created, context.ContentPartDefinition);
 }