DeleteContentListType() public abstract méthode

public abstract DeleteContentListType ( ContentListType contentListType ) : void
contentListType ContentListType
Résultat void
Exemple #1
0
 private static void WriteDeleteContentListType(SchemaWriter writer, ContentListType contentListType, SchemaEditor origSchema, List <PropertySet> modifiedPropertySets)
 {
     writer.DeleteContentListType(contentListType);
     if (!modifiedPropertySets.Contains(contentListType))
     {
         modifiedPropertySets.Add(contentListType);
     }
 }