AgileShapes / SharePoint / Microsoft SPS |
This AgileShape can be used to automatically copy one or more files from one SharePoint library (or folder) to another SharePoint library (or folder).
Field Name | Definition |
---|---|
Filter |
This property specifies the filename (or a filename filter containing wildcards) that will be acted upon -- for example, downloaded by the Download Files AgilePart, uploaded by the Upload Files AgilePart, or converted to PDF by the Convert to PDF AgilePart. The action is taken in the location specified by the associated URL -- either Local Path or AbsoluteURL, depending upon the AgileShape. If the location is a folder, only the specified file types will be acted upon. Some examples of possible values for this property are listed below:
|
OverWriteFile |
Default value: False This property specifies whether the AgileShape should overwrite the existing file(s) if they already exist at the specified destination. This property can be set to the following specific values:
|
Recursive |
Default value: False This property specifies whether the AgileShape should affect files contained in any subfolders located under the library (or folder) in the specified location. This property can be set to the following specific values:
|
SourceFolderURL |
Default value: ${SPServer}/${SitePath}/${DocLibPath} This property specifies the URL of the SharePoint document library (or subfolder) the file(s) should be copied from. E.g. http://MachineName:Port/sites/SiteName/DocumentLibraryName -or- http://MachineName:Port/sites/SiteName/DocumentLibraryName/FolderName |
TargetFolderURL |
This property specifies the URL of the SharePoint document library (or subfolder) the file(s) should be copied to. E.g. http://MachineName:Port/sites/SiteName/DocumentLibraryName -or- http://MachineName:Port/sites/SiteName/DocumentLibraryName/FolderName |
The properties of the basic AgilePart AgileShape are also included in this AgileShape. For more information, see AgilePart.