sympmarc/SPServices

View on GitHub
docs/core/web-services/Copy.md

Summary

Maintainability
Test Coverage
---
title: 'Copy'
function: '$().SPServices'
web_service: 'Copy'
---

## Supported Operations

| Operation | Options | MSDN Documentation | Introduced |
| --------- | ------- | ------------------ | ---------- |
| CopyIntoItems | `SourceUrl, DestinationUrls[], Fields, Stream, Results` | [Copy.CopyIntoItems Method](http://msdn.microsoft.com/en-us/library/copy.copy.copyintoitems.aspx) | [0.5.1](http://spservices.codeplex.com/releases/view/40011) |
| [CopyIntoItemsLocal](copy/CopyIntoItemsLocal.md) | `SourceUrl, DestinationUrls[]` | [Copy.CopyIntoItemsLocal Method](http://msdn.microsoft.com/en-us/library/copy.copy.copyintoitemslocal.aspx) | [0.4.5](http://spservices.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35706) |
| GetItem | `Url, Fields, Stream` | [Copy.GetItem Method](http://msdn.microsoft.com/en-us/library/copy.copy.getitem.aspx) | [0.5.1](http://spservices.codeplex.com/releases/view/40011) |