SpiraPlan: ImportExport SOAP Web Service
See all operations
Document_RetrieveForFolder
Description
Retrieves a filtered list of documents/attachments in a project for the specified folder
Example(s)
RemoteFilter remoteFilter = new RemoteFilter(); remoteFilter.PropertyName = "Filename"; remoteFilter.StringValue = "test_data"; remoteSort.PropertyName = "Filename"; remoteSort.SortAscending = true; remoteDocuments = spiraImportExport.Document_RetrieveForFolder(projectAttachmentFolderId, new RemoteFilter[] { remoteFilter }, remoteSort, 1, 999);
Parameters
Type | Name | Required |
---|---|---|
int | folderId - The id of the project attachment folder | Yes |
ArrayOfRemoteFilter? | remoteFilters - The list of filters to apply | |
RemoteSort? | remoteSort - The sort to apply | |
int | startingRow - The first row to return (starting with 1) | Yes |
int | numberRows - The number of rows to return | Yes |
Return Value
ArrayOfRemoteDocument - List of documents