Function reference
Make the combined Site URL for interpretation in the FileTransport component when called from DataTransport/For-Each-Row.
SharePointTargetURL(Site, DocumentLibrary, Folder, ContentType)
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 |
Folder | Any folder where the files should be placed. If argument is empty then the folder in the called FileTransport component is used |
ContentType | The Content Type used. If argument is empty then the Content Type 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 1SharePointTargetURL('http://mySharePoint/MySubSite','Shared Documents','Here','Special')
The above statement returns: http://mySharePoint/MySubSite/Shared Documents|Here¤Special
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 ..