DeleteContentListType() public abstract method

public abstract DeleteContentListType ( ContentListType contentListType ) : void
contentListType ContentListType
return void
Beispiel #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);
     }
 }