Delete() public method

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