Folder.ExportFolder (EntityID, Boolean, Boolean, Boolean, String, EntityID, IDatabase, IClient) Method
Public Shared Sub ExportFolder( _
ByVal folder_id As EntityID, _
ByVal recursive As Boolean, _
ByVal all_file_versions As Boolean, _
ByVal include_deleted_files As Boolean, _
ByVal parent_dir As String, _
ByVal user_id As EntityID, _
ByVal db As IDatabase, _
ByVal client As IClient _
)
This language is not supported or no code example is available.
Parameters
- folder_id
- EntityID
the id of the folder to export
- recursive
- bool
export recursively?
- all_file_versions
- bool
whether or not to export all file versions
- include_deleted_files
- bool
whether or not to include all deleted files
- parent_dir
- string
the path where this folder should be exported to
- user_id
- EntityID
the ido f the user performing this operation
- db
- IDatabase
the database to use
- client
- IClient
any client callback for messaging purposes