Example #1
0
 public static ContentTypePublishingErrorLogItem CreateContentTypePublishingErrorLogItem(int ID)
 {
     ContentTypePublishingErrorLogItem contentTypePublishingErrorLogItem = new ContentTypePublishingErrorLogItem();
     contentTypePublishingErrorLogItem.Id = ID;
     return contentTypePublishingErrorLogItem;
 }
Example #2
0
 public void AddToContentTypePublishingErrorLog(ContentTypePublishingErrorLogItem contentTypePublishingErrorLogItem)
 {
     base.AddObject("ContentTypePublishingErrorLog", contentTypePublishingErrorLogItem);
 }