摘要: 1 private void MoveItem(SPListItem sourceItem, SPListItem destinationItem) 2 { 3 if (sourceItem == null || destinationItem == null) return; 4 5 destinationItem = GetDestinationItem(sourceItem.ID, destinationItem); 6 7 SPFieldLookup lkpField = nu... 阅读全文
posted @ 2014-02-21 11:19 一只小小菜鸟 阅读(466) 评论(0) 推荐(0) 编辑