public void ContentTypeImporting(ContentTypeImportingContext context)
 {
 }
Exemplo n.º 2
0
 public void ContentTypeImporting(ContentTypeImportingContext context)
 {
     _previousContentTypeXml = context.ContentTypeDefinition != null?_contentDefinitionWriter.Export(context.ContentTypeDefinition) : default(XElement);
 }