我收到此错误@List)itemPage.userId
无法将类型为“Microsoft.SharePoint.Linq.LookupList 1[System.Nullable
1[System.Int32]]”的对象转换为类型“System.Collections.Generic.List 1[System.Nullable
1[System.Int32]]”
代码:
List<MySitePage> userId = PagesFacade.GetPages(web.Url, (List<int?>)itemPage.userId);
ItemPage 中的 userId 是私有的Microsoft.SharePoint.Linq.LookupList<System.Nullable<int>> _userId ;
public static List<MySitePage> GetPages(string relativeWebUrl, List<int?> userIds)