Export a folder

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

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.
public static void ExportFolder( 
EntityID folder_id
bool recursive
bool all_file_versions
bool include_deleted_files
string parent_dir
EntityID user_id
IDatabase db
IClient client 
)
This language is not supported or no code example is available.
public:  
static void ExportFolder( 
EntityID^ folder_id
bool recursive
bool all_file_versions
bool include_deleted_files
String^ parent_dir
EntityID^ user_id
IDatabase^ db
IClient^ client 
)
This language is not supported or no code example is available.
public static function ExportFolder( 
folder_id : EntityID
recursive : boolean
all_file_versions : boolean
include_deleted_files : boolean
parent_dir : String
user_id : EntityID
db : IDatabase
client : IClient 
);
This language is not supported or no code example is available.

Parameters

folder_id
Type: EntityID

the id of the folder to export

recursive
Type: bool

export recursively?

all_file_versions
Type: bool

whether or not to export all file versions

include_deleted_files
Type: bool

whether or not to include all deleted files

parent_dir
Type: string

the path where this folder should be exported to

user_id
Type: EntityID

the ido f the user performing this operation

db
Type: IDatabase

the database to use

client
Type: IClient

any client callback for messaging purposes

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1