splistitem Questions
3
Solved
I have a custom list which can contain a CustomContentType. This is how i create a new item:
//Create root folder
SPListItem rootItem = navigation.Items.Add();
SPContentType folderType = navigatio...
Ceil asked 11/11, 2011 at 14:46
4
Solved
One of our customers has a problem that we cannot reproduce. We programmatically copy a document's properties to a destination file using SPFile.Properties. However, for some reason the file's prop...
Punctuate asked 7/9, 2009 at 9:45
1
Solved
I am trying to get the most recent item created by a specific user by CAML query but it seems to return all the data created by everyone.
Help please.
Here's my code:
string lifestyleQuery = @"&...
Jurist asked 9/11, 2010 at 12:12
3
Solved
I am trying to iterate through the SPListItem.Versions collection to find the latest approved list item.
My list item has three versions: the first two are approved, the last is in draft. But my c...
Jarmon asked 2/9, 2009 at 7:15
1
© 2022 - 2024 — McMap. All rights reserved.