To get TaskID's Integer ID value from the GUID in SharePoint workflow

 

list.GetItemByUniqueId(guid).ID

int itemID = spList.Items[new Guid("")].ID;

 

posted @ 2013-10-09 11:55  zyip  阅读(160)  评论(0编辑  收藏  举报