Delete() 공개 메소드

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