Overview
These functions extend Appian content and offer document/folder search, directory listing, and the ability to get/set the searchable attribute of a folder.
Functions are designed for and only work on Appian content, not the local filesystem. All search functions assume the root folder and all subfolders are searchable. Search functions will not return results contained within non-searchable objects.
All functions use the serviceContext of the user account executing the expression at runtime.
Key Features & Functionality
Data Types
Smart Services
Functions
Hi
Can anyone please help me with what need to pass in input parameter while configuring the input data for Delete Folder Contents smart service.Folder : I will pass using folder type constant.Delete Type - What should I need to pass ?As both these fields are mandatory for the execution.
The delete type should have a dropdown on it when you select it with the following options:
<enumeration key="delete-type" type="1"> <items> <item> <label>Delete All Recursively</label> <value>1</value> </item> <item> <label>Delete Documents Recursively</label> <value>2</value> </item> <item> <label>Delete Root Documents Only</label> <value>3</value> </item> </items></enumeration>