Activities
- Connect to Skydrive
- Delete File or Folder
- Disconnect from Skydrive
- Download File
- List Files and Folders
- Upload File
Connect To Skydrive
This activity connects to the specified Skydrive account and outputs a Skydrive client connection.
Activity Parameters
The Connect to Skydrive activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
Parameters:
- Access URL (text box editor type): the URL containing the access token.
The Read Only Output variable are the possible output values that the activity will provide:
- Connection: outputs a Skydrive connection. The Ouput of this activity should be used as Input for all Connection parameters used for all activities placed under Skydrive category.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Connect to Skydrive activity:
HTML Composer
Visual HTML editor
Input Parameters
Name Description Type Category content Enter content System.String Parameters Output Parameters
Name Description Type Category Output Returns the html source of the 'Content' parameter System.String Read-only Output Http Request
Sends a Http request with either POST/GET methods and outputs the result
Input Parameters
Name Description Type Category url Enter URL where to submit the request System.String Parameters method Choose Method used to send the request System.String Parameters domain Enter Domain for authentication System.String Authentication username Enter Username for authentication System.String Authentication dynamicParameters Insert the parameters you want to send with the request. The values entered override the ones inserted in the 'Attributes' parameter. Input example: 'variableName,variableValue|variableName2,variableValue2' System.String Parameters PasswordBinding Bind to a variable containing the encrypted password. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster User Portal) System.String Authentication Output Parameters
Name Description Type Category Output Outputs server response System.String Read-Only Output Trigger Webservice
Trigger the webservice specified in the URL parameter with the given arguments
Input Parameters
Name Description Type Category url Enter URL of the webservice System.String Parameters MethodName The method you wish to call System.String Parameters Arguments The method arguments entered as a series of strings in the following format: 'arg1', 'arg2', ... Leave blank if no parameters are required System.String Parameters Domain Domain of the user that will be used for authentification System.String Parameters User The user that will be used for authentification System.String Parameters PasswordBinding Bind to a variable containing the encrypted password for connection. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster User Portal) System.String Parameters Output Parameters
Name Description Type Category Output Outputs a XmlElement objects containing outputs from webservice System.Xml.XmlElement Read-Only Output OutputString Outputs a string containing outputs in xml from webservice System.String Read-Only Output OutputStringValues Outputs a string containing outputs values from xml from webservice System.String Read-Only Output