Tagged Questions
4
votes
2answers
330 views
Get all Files from sub folder of a certain content type
my problem is I have a document library with sub folders. Also the document library got more than one content type.
Is there a way to create a CAML or LINQ query to get all files of a certain content ...
1
vote
0answers
163 views
My List Content Type is no being found by SPMetal
I am trying to use Linq to Sharepoint for some custom reports but I am running into an issue trying to setup SPMetal.
I generated the class but for one of my lists "ListA" only ID and Title fields ...
0
votes
1answer
117 views
How to iterage through Message content type in Discussion list
I need to iterate through all the columns (default + custom) in Message content type in Discussion list.
i have used this code:
//select a single discussion (in this case, the first one), to view ...
0
votes
1answer
623 views
An item with the same key has already been added when trying to recover my list using Linq (SPMetal)
I have a problem with my application SharePoint. The problem is that I added a List in my SharePoint site (directly in SharePoint), then I used SPMetal LINQ to generate a File in which I can recover ...
