Delete() public method

public Delete ( ) : void
return void
Beispiel #1
0
 public static void RemoveContentType(ContentType contentType)
 {
     contentType.Delete();
     // The ContentTypeManager distributes its reset, no custom DistributedAction call needed
     ContentTypeManager.Reset();
 }
 public static void RemoveContentType(ContentType contentType)
 {
     contentType.Delete();
 }