Search: move-file-1

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 53 next page » Page 1 2 3 4 5 6

Move File

Last modified by Nga Nguyen on 2022/05/16 03:35
Rendered document content
RCA.Activities.Gsuite.MoveFile Description This activity allows you to move a file on Google Drive (*For mandatory) In the body of activity ID of file to move (String)* - ID of file to move
of folder which file is move to. String variables and String are supported. Properties Input FileID
Title
Move File
Location
Move File
Raw document content
" %) ((( RCA.Activities.Gsuite.MoveFile == **Description** == This activity allows you to move a file on Google Drive [[image:image-20220505160420-1.png]] (*For mandatory) == **In the body of activity** == * **ID of file to move (String)*** - ID of file to move. String variables and String are supported. * **ID of destination folder, or “root

Custom Activity

Located in
Last modified by admin on 2023/04/27 18:24
Rendered document content
. You should see no error and there is an assembly file RCA.Activities.Demo.dll in build output
Download nuget.exe from https://dist.nuget.org/win-x86-commandline/latest/nuget.exe Generate .nupkg file Open command prompt at your project folder Figure 1 Click on address bar -> type ‘cmd’ -> press
Raw document content
/nuget.exe]] 1. Generate .nupkg file * Open command prompt at your project folder [[image:image
demonstrates how to create an activity. **There are two steps required to create a custom activity:** 1. Writing the custom activity code. 1. Package your activity 1. Register the assembly (.dll) to akaBot

[05]Move Outlook Message

Last modified by Tuan Nguyen on 2022/05/13 03:46
Rendered document content
RCA.Activities.Mail.MoveOutlookMessage Description This activity allows you to move Outlook
to access the messages to be moved. E.g: “SourceFolderName” Mail message (MailMessage)* – The message that need to be moved. Mail folder (String)* - The mail folder to which the messages are to be moved. Misc
Title
[05]Move Outlook Message
Location
Move Outlook Message
Raw document content
" %) ((( RCA.Activities.Mail.MoveOutlookMessage == **Description** == This activity allows you to move Outlook messages to a specified folder. [[image:image-20220505162512-1.png]] (* is mandatory) == **Properties** == **Input** * **Account (String)** - The account used to access the messages to be moved. **E.g**: “SourceFolderName

[07]Move IMAP Message To Another Folder

Last modified by Tuan Nguyen on 2022/05/13 03:49
Rendered document content
RCA.Activities.Mail.MoveIMAPMessageToFolder Description This activity allows you to move an IMAP
that contains the message. E.g: “Inbox” Mail Message (MailMessage)* - The mail message that you want to be moved Destination Mail folder (String)* - The mail folder of the message that you want to move. E.g: “Customer
Title
[07]Move IMAP Message To Another Folder
Location
Move IMAP Message to another folder
Raw document content
" %) ((( RCA.Activities.Mail.MoveIMAPMessageToFolder == **Description** == This activity allows you to move an IMAP Message to an another folder. [[image:image-20220505162857-1.png]] (* is mandatory) == **Properties** == **Input** * **From Folder (String
that you want to be moved **Destination** * **Mail folder (String)*** - The mail folder of the message

Move Message To Another Folder

Last modified by Nga Nguyen on 2022/05/16 03:39
Rendered document content
RCA.Activities.Mail.MoveMessageToFolder Description This activity allows you to move an email
” Mail Message (MailMessage)* - The MailMessage object to be moved. Logon Domain (String)* - The Active
code better. E.g: Move Message
Title
Move Message To Another Folder
Location
Move Message To Another Folder
Raw document content
" %) ((( RCA.Activities.Mail.MoveMessageToFolder == **Description** == This activity allows you to move an email message from Exchange to another folder. [[image:image-20220505160936-1.png]] (* is mandatory) == **Properties
Please refer to these link to know more about EWS 1. [[https:~~/~~/docs.microsoft.com/en-us/exchange

Move Window

Last modified by VuNH54 on 2023/09/16 00:58
Rendered document content
RCA.Activities.Common.MoveWindow Description The Move Window manipulates the position of the selected window. (* is mandatory) Properties Common Continue On Error (Boolean) - A Boolean variable
and structure your code better. E.g: [3424325] Move Window
Title
Move Window
Location
Move Window
Raw document content
" %) ((( RCA.Activities.Common.MoveWindow == **Description** == The Move Window manipulates the position of the selected window. [[image:image-20230417163133-1.png]] (* is mandatory) == **Properties** == **Common** * **Continue On Error
. You can edit the name of the activity to organize and structure your code better. E.g: [3424325] Move

[08]Move Window

Last modified by Tuan Nguyen on 2022/05/13 04:12
Rendered document content
RCA.Activities.Windows.MoveWindow Description The Move Window manipulates the position
to be moved. This activity will generate a string variable (Selector) to specify the location of that field
] Move Window Options Automation Base (Dropdown List) - Specify the version of Automation library
Title
[08]Move Window
Location
[09]Move Window
Raw document content
" %) ((( RCA.Activities.Windows.MoveWindow == **Description** == The Move Window manipulates the position of the selected window. [[image:image-20220505165811-1.png]] (*For mandatory) == **In the body of activity** == * **Pick target element*** - Chooses the window to be moved. This activity will generate a string variable (Selector

Write Text File

Last modified by DatPT on 2023/04/17 10:01
Rendered document content
text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. (* for Mandatory) In the body of activity File name (String)* - The path of the file. If the path is not full, the file is searched in the project folder. E.g: "C:\Users\Admin\Desktop
Title
Write Text File
Location
[1] Core Activities
Write Text File
Raw document content
. Core.Activities.WriteTextFile == **Description** == This activity allows you to write the specified text into a file. If the file already exists, the pre-existing text is overwritten. If the file does not exist, it is created. [[image:image-20220513111351-1.png]] (* for Mandatory) == **In the body of activity** == * **File name

Read Text File

Last modified by DatPT on 2023/04/17 09:56
Rendered document content
a specified file and store it in a String variable. (* for Mandatory) In the body of activity File name (String)* - The path of the file. If the path is not full, the file is created in the project folder. E.g: "C:\Users\Admin\Desktop\inputfile.xlsx" or “inputfile.xlsx” Properties File Encoding (String
Title
Read Text File
Location
[1] Core Activities
Read Text File
Raw document content
" %) ((( RCA.Activities.Core.ReadTextFile == **Description** == This activity allows you to read all characters from a specified file and store it in a String variable. [[image:image-20220513110137-1.png]] (* for Mandatory) == **In the body of activity** == * **File name (String)*** - The path of the file. If the path is not full

Append Line

Last modified by DatPT on 2023/04/14 13:59
Rendered document content
string to a file, creating the file if it does not already exist. (* for Mandatory) In the body of activity File name (String)* - The path of the file to append the line to, if the file is not created, create a new file and write line content to it. If the path is not full, the file will be searched
Location
[1] Core Activities
Raw document content
" %) ((( RCA.Core.Activities.AppendLine == **Description** == This activity allows you to append the specified string to a file, creating the file if it does not already exist. [[image:image-20220513103343-1.png]] (* for Mandatory) == **In the body of activity** == * **File name (String)*** - The path of the file to append the line
next page » Page 1 2 3 4 5 6
RSS feed for search on [move-file-1]
Created by admin on 2022/04/17 14:38