public void ContentTypeCreated(ContentTypeCreatedContext context)
 {
     if (TypeHasProfilePart(context.ContentTypeDefinition))
     {
         //see whether in the type there are any default settings to process
         foreach (var provider in _frontEndSettingsProviders)
         {
             provider.ConfigureDefaultValues(context.ContentTypeDefinition);
         }
     }
 }
 public void ContentTypeCreated(ContentTypeCreatedContext context)
 {
 }
 public void ContentTypeCreated(ContentTypeCreatedContext context)
 {
     EnsureIdentity(context);
 }
 public void ContentTypeCreated(ContentTypeCreatedContext context) {
 }
 public void ContentTypeCreated(ContentTypeCreatedContext context) {
     RecordContentTypeAuditTrailEvent(ContentTypeAuditTrailEventProvider.Created, context.ContentTypeDefinition);
 }
Example #6
0
 public void ContentTypeCreated(ContentTypeCreatedContext context)
 {
     AlterMediaItem(context.ContentTypeDefinition);
 }
Example #7
0
 public void ContentTypeCreated(ContentTypeCreatedContext context)
 {
     RecordContentTypeAuditTrailEvent(ContentTypeAuditTrailEventProvider.Created, context.ContentTypeDefinition);
 }