📄️ Alter Folder Permissions
Alter folder permissions. You can overwrite the old permissions or just append new ones
📄️ Convert from HTML to Word
This action converts HTML data into a Word Document. It support sections orientation changes with the help of the section-orientation tag which can be attributed to a p or div tag. The position of the orientation change which be attributed to the value current or after. And the new orientation portrait or landscape.
📄️ Copy File
Copy a file to another DNN Folder.
📄️ Delete File
Delete a file.
📄️ Delete Folder
Delete a folder.
📄️ Get archive file names
Get archive file names without unpacking
📄️ Get or Create Folder
This action will create a new folder IF it does not already exists in DNN, using the default folder provider. It will generate the following tokensFolderName], [<OutputTokenName>FolderPath]
📄️ Move Folder
Moves a folder. This action will generate the following tokensFolderId], [<OutputTokenName>PhysicalPath]
📄️ Pack folder
This action will create a new archive file containing specified files.
📄️ Rename File
Renames a file
📄️ Rename Folder
Renames a folder
📄️ Replace Tokens in Word Document
Tokenize a template DOCX document and create a new document with the result in the specified folder. Please read the documentation on this action before using it.
📄️ Save file to disk
Saves a file to disk. The contents of the file can be retrieved from an arbitrary URL or it can be specified as a plain text value. When retrieving the file from an URL endpoint the supported request method is GET. Also, we can infer the filename and extension from the Content-Disposition header of the request if it is present and the Pattern parameter evaluates to an empty string.
📄️ Unpack an archive
This action will create a new folder with items from the archive.
📄️ Upload to FTP
Upload a list of files to a FTP server.