コード例 #1
0
 public void ContentTypeImporting(ContentTypeImportingContext context) {
 }
コード例 #2
0
 public void ContentTypeImporting(ContentTypeImportingContext context) {
     _previousContentTypeXml = context.ContentTypeDefinition != null ? _contentDefinitionWriter.Export(context.ContentTypeDefinition) : default(XElement);
 }