UNPKG

spservices

Version:

Work with SharePoint's Web Services using jQuery

15 lines (10 loc) 944 B
### Function **$().SPServices** ### Web Service **Copy** ### Supported Operations | Operation | Options | MSDN Documentation | Introduced | | --------- | ------- | ------------------ | ---------- | | CopyIntoItems | <span class="codeInline">SourceUrl, DestinationUrls[], Fields, Stream, Results</span> | [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](/docs/api/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) |