コード例 #1
0
ファイル: Reference.cs プロジェクト: sreekanth642/sp2010_lab
 public static ContentTypePublishingErrorLogItem CreateContentTypePublishingErrorLogItem(int ID)
 {
     ContentTypePublishingErrorLogItem contentTypePublishingErrorLogItem = new ContentTypePublishingErrorLogItem();
     contentTypePublishingErrorLogItem.Id = ID;
     return contentTypePublishingErrorLogItem;
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: sreekanth642/sp2010_lab
 public void AddToContentTypePublishingErrorLog(ContentTypePublishingErrorLogItem contentTypePublishingErrorLogItem)
 {
     base.AddObject("ContentTypePublishingErrorLog", contentTypePublishingErrorLogItem);
 }