Integration Your Way - (800) 235-7250
RSSBus for SharePoint V3
Questions / Feedback? spListDocuments

spListDocuments

Lists documents in a document library.

Required Parameters

libraryThe name(or id) of the library, or the relative url that points to a folder in the library.

Optional Parameters

fieldsComma separated list of fields that should be included in the results. Use [ALL] to list all available fields.
siteurlThe absolute url of the target web site. The siteurl must be provided if you need to work out of SharePoint.
filterThe filter used to search the items. Use
filtertype'ViewName' indicates an exsiting SPView to be used as the filter(for instance, filter=ALL Items). 'QueryString' indicates CAML query string to be used as the filter, please refer to http://msdn.microsoft.com/en-us/library/ms467521.aspx for more information). 'Expression' indicates DataColumn expressions to be used as the filter(for instance, filter=ID>5, refer to http://msdn.microsoft.com/en-us/library/system.data.datacolumn.expression.aspx for more information). The allowed values are: ViewName, QueryString, Expression.
recurseDetermines if to traverse subfolder tree to get items. The allowed values are: true, false.
outputitemurlsDetermines whether to output the item The allowed values are: TRUE, FALSE.

Output Attributes

sp:titleThe title of the document.
sp:idThe ID of the document.
sp:modifiedbyThe person who modified the document.
sp:createdbyThe person who created the document.
sp:createdThe date when the document was created.
sp:modifiedThe date when the document was modified.
sp:versionThe version of the document.
sp:contenttypeThe content type of the item.
sp:filesizeThe file size of the document.
sp:filetypeThe file type (extension) of the document.
sp:checkincommentThe comments, if any, added to the dcoument when it was checked in.
sp:checkedouttoThe person, if any, the document has been checked out by.


 
Copyright © 2013 RSSBus Inc.
[x] close

Questions / Feedback?


Name:
Email:
Feedback:
Send Feedback