このエラー @ List)itePage.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)