File modules
The technology-specific modules for file operations can save content to a file, open and save a file resource and open files.
Save Content to file
Saves content to a file connection.
|
Value |
Description |
|---|---|
|
ContentId |
ID of the ContentResource. |
|
ConnectionId |
ID of the ConnectionResource. |
Open file Resource
Opens a file as a resource.
|
Value |
Description |
|---|---|
|
Resource |
ID of the FileResource to be created. |
|
Filepath |
Absolute path to the file. |
Save file Resource
Saves content to a file.
|
Value |
Description |
|---|---|
|
Resource |
ID of the content you want to save. |
|
Filepath |
Absolute path to the file. |
Open file
Opens a file and reads its content into a Resource.
|
Value |
Description |
|---|---|
|
Resource |
ID of the Resource you want to create. |
|
Filepath |
Absolute path to the file. |
|
Content type |
Resource type you want to create. |