No announcements
Found 3884128 threads
-
0 Votes
Get all Folder names using GetListItems()
Definitely, that <ViewAttributes Scope='RecursiveAll'/> is work with GetListItems of Lists webservice when we used with queryoptions.Answered | 9 Replies | 15669 Views | Created by hema123456 - Friday, July 10, 2009 2:35 PM | Last reply by hema123456 - Monday, July 13, 2009 5:46 AM -
3 Votes
Get all folders and subfolders of a list in SharePoint in a single lists.asmx GetListItems call - Possible?
Hi Pop, To list the folders in the list, please try to use the following values in the query: queryOption.InnerXml = “<ViewAttributes ...Answered | 2 Replies | 9025 Views | Created by Pop Anisia - Wednesday, May 8, 2013 8:25 AM | Last reply by Qiao Wei - Thursday, May 9, 2013 2:10 AM -
0 Votes
Getting latest version from GetListItem
Actually I knew this but I just wanted to avoid another call to a webservice so I thought it would be better if I get the version info as well from the GetListItem.Answered | 2 Replies | 5430 Views | Created by adobepankaj - Wednesday, March 17, 2010 6:33 PM | Last reply by adobepankaj - Wednesday, March 17, 2010 7:38 PM -
0 Votes
Write Query for GetListItems() method
Hi Marian, try: query.InnerText = ...Answered | 5 Replies | 4001 Views | Created by MarianBiru - Wednesday, September 2, 2009 10:11 AM | Last reply by Abdul Khalid - Thursday, September 3, 2009 4:12 AM -
0 Votes
Retrieve ows_UniqueId and using it in the WhereStatement (Lists.asmx->GetListItems)
This requirement is duplicated if you try querying against FSObjType column to determine if the item is a file or a folder <FieldRef ...Answered | 2 Replies | 5007 Views | Created by JohanKlijn - Tuesday, May 26, 2009 3:14 PM | Last reply by JohanKlijn - Wednesday, May 27, 2009 5:31 AM -
0 Votes
Get File Names from Folders and Subfolders
Hi, From your description, my understanding is that you want to get file names from folders and sub folders.Answered | 1 Replies | 997 Views | Created by Shashank Kaul - Tuesday, June 9, 2015 1:22 PM | Last reply by Vincent.Han - Friday, June 12, 2015 3:36 AM -
1 Votes
Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' while using getlistitems of lists.asmx
thanks Dmitry but i get the error as yesterday!Answered | 6 Replies | 6432 Views | Created by samira_a - Thursday, September 6, 2012 8:44 PM | Last reply by samira_a - Saturday, September 8, 2012 12:29 PM -
5 Votes
GetListItems ViewFields
Getting system columns along with the requested columns makes my result xml a big xml and it maxes out my maxReceivedMessageSize.Answered | 5 Replies | 12782 Views | Created by squebler - Friday, May 28, 2010 5:53 PM | Last reply by saichander - Thursday, January 2, 2014 1:49 AM -
0 Votes
How does the getListItems() works in Sharepoint Site?
When using GetListItems the code looks at the ListID you send in the first argument.Answered | 3 Replies | 4456 Views | Created by MSDN Forum's Profile - Wednesday, January 25, 2012 12:35 PM | Last reply by Steve.Curran - Thursday, February 2, 2012 3:47 PM -
4 Votes
How to get the name of all the files in a folder.?
Hello, You might consider setting up a list of names, exclude the folder name e.g.Answered | 10 Replies | 611 Views | Created by V.K.S.B.K - Wednesday, June 8, 2016 1:05 PM | Last reply by V.K.S.B.K - Thursday, June 9, 2016 3:28 PM -
1 Votes
sharepoint webservices,getlistitems javascript call not working...
Change getListItems to GetListItems.Answered | 7 Replies | 11206 Views | Created by Sonador - Friday, February 20, 2009 5:30 AM | Last reply by Sonador - Thursday, February 26, 2009 10:58 AM -
0 Votes
GetListItems in Visual Studio Workflow for SharePoint 2013
Hi Ven, Per my knowledge, there is no GetListItems activity which can get all list items in Visual Studio workflow.Answered | 1 Replies | 692 Views | Created by Venh - Monday, January 11, 2016 11:38 AM | Last reply by Victoria Xia - Tuesday, January 12, 2016 8:57 AM -
2 Votes
How to get data from GetListItems of lists.asmx in chunks?
Why don't you use REST service provide by SharePoint 2010 ?Answered | 5 Replies | 7338 Views | Created by VivekRajR - Wednesday, January 25, 2012 5:02 AM | Last reply by get2pallav - Wednesday, January 25, 2012 8:46 AM -
0 Votes
GetListItems CAML query using Lookup fields
Here are examples of both: <FieldRef Name="MyLookupColumn" /> <Value ...Answered | 3 Replies | 3997 Views | Created by T Whitesell - Monday, July 21, 2014 3:02 PM | Last reply by msekkappan - Tuesday, October 28, 2014 7:13 PM -
1 Votes
GetListItems() in Lists Web Service.
Anyways i am able to list all the items in a list using client object model.So the requirement is fulfilled.Answered | 9 Replies | 6257 Views | Created by Chaitra Reddy - Thursday, March 11, 2010 12:11 PM | Last reply by Lee Gary - Friday, March 12, 2010 9:40 AM -
0 Votes
Get current folder name
public override void ItemUpdating(SPItemEventProperties properties) { base.ItemUpdating(properties); using (SPSite site = new ...Answered | 2 Replies | 4484 Views | Created by Nick_4545 - Wednesday, February 20, 2013 11:54 PM | Last reply by Ahmed MEZRI - Friday, October 18, 2013 4:03 PM -
0 Votes
GetListItems Method ON the URL?
Hello, Thank you for your post.Answered | 3 Replies | 3716 Views | Created by MrBeatnik - Monday, March 19, 2012 10:52 AM | Last reply by Alain de Klerk - Tuesday, March 27, 2012 8:46 PM -
0 Votes
SharePoint GetListItems xml - LookupColumn Value
The solution is good when I know the names of the lookup columns.Answered | 3 Replies | 1096 Views | Created by SharepointDummy - Wednesday, April 9, 2014 12:26 PM | Last reply by Alexander Reder - Thursday, April 10, 2014 1:19 PM -
0 Votes
Get all filenames from a folder
Dear Gazza, Please follow the link below, I have placed some code here which can retrieve all the files from folders and sub folders into a spread sheet.Answered | 3 Replies | 7775 Views | Created by Gazza101 - Monday, August 2, 2010 3:24 PM | Last reply by Repath Athyala - Tuesday, August 3, 2010 5:31 AM -
0 Votes
GetListItems() and "Value does not fall within the expected range"
If it is an issue of the invalid item id, for avoiding this error, a workaround is that you can run a request to retrieve all the existing ids in the target list, then add a ...Answered | 1 Replies | 2217 Views | Created by Chris Cormier - Friday, February 27, 2015 8:28 PM | Last reply by Patrick_Liang - Tuesday, March 3, 2015 11:12 AM - Items 1 to 20 of 3884128 Next ›
No announcements