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