AgileShapes / SharePoint / Microsoft SPS |
This AgileShape can be used to automatically upload one or more files from the local file system (of the AgilePoint Server machine) to a SharePoint library.
Field Name | Definition |
---|---|
DestinationURL |
This property specifies the URL of the SharePoint document library (or subfolder) the file(s) should be uploaded to. E.g. http://MachineName:Port/sites/SiteName/DocumentLibraryName -or- http://MachineName:Port/sites/SiteName/DocumentLibraryName/FolderName |
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:
|
LocalPath |
This property specifies the local file system folder that is the destination location for the AgilePart's action (for example, upload or download a file). The value of this property should be a relative path that specifies the location of the folder relative to the AgilePoint Server application's root directory. E.g. If AgilePoint Server is installed at: c:\\Inetpub\\wwwroot\\AgilePointServer\\ and the file (once downloaded) should be located at: c:\\Inetpub\\wwwroot\\AgilePointServer\\files\\MyFile.txt then this property should be set to the following value: files E.g. If AgilePoint Server is installed at: c:\\Inetpub\\wwwroot\\AgilePointServer\\ and the file (once downloaded) should be located at: c:\\Inetpub\\wwwroot\\AgilePointServer\\files\\temp\\MyFile.txt then this property should be set to the following value: /files/temp/ |
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:
|
The properties of the basic AgilePart AgileShape are also included in this AgileShape. For more information, see AgilePart.