Function reference
Make the combined Site URL for interpretation in the FileTransport component when called from DataTransport/For-Each-Row.
SharePointSourceURL(Site, DocumentLibrary, FolderAndWildcard)
Argument | Description |
Site | The URL to the site |
DocumentLibrary | The Document Library. If argument is empty then the Document Library in the called FileTransport component is used |
FolderAndWildCard | Any folder and file wild card specification. If argument is empty then the folder and wild card specification in the called FileTransport component is used |
Data type : string
Returns the combined Site URL for interpretation in the FileTransport component when called from DataTransport/For-Each-Row.*
Example 1SharePointSourceURL('http://mySharePoint/MySubSite' , 'Shared Documents' , 'MyFolder/*.*' )
The above statement returns: http://mySharePoint/MySubSite/Shared Documents|MyFolder/*.*
Example 2SharePointSourceURL('http://mySharePoint/MySubSite/Shared Documents', '' , '*.docx' )
The above statement returns: http://mySharePoint/MySubSite/Shared Documents|*.docx
Example 3SharePointSourceURL('http://mySharePoint/MySubSite', '' ,'' )
The above statement returns: http://mySharePoint/MySubSite
In this case the called components Document Library and folder/wind card specification is used.
Need more help with this?
DON'T HESITATE TO CONTACT US HERE ..