SP_SetUrl

Sets the URL address of the SharePoint library.

Syntax

bool SP_SetUrl(StrParam)

Parameters

The full URL to the SharePoint repository. Smart parameters are supported. Refer to the Smart Parameter documentation for more information.

Returns

True if the action succeeded. Otherwise, False.

Level

All.

Details

Sets target URL of location to which image files are uploaded.
Note: /Docs/Documents/ is the default Document Library within SharePoint site.
Example:
SP_SetUrl("http://blue/Docs/Documents/+@BatchID+/+@ID")     

With this example, directories with names defined by /+@BatchID+/+@ID are created automatically during upload.