Export a project to some directory on the server

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

Public Shared Sub ExportProjectFileStructure( _ 
ByVal info As ProjectInfo, _ 
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 ExportProjectFileStructure( 
ProjectInfo info
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 ExportProjectFileStructure( 
ProjectInfo^ info
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 ExportProjectFileStructure( 
info : ProjectInfo
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

info
Type: ProjectInfo

<default>

recursive
Type: bool

<default>

all_file_versions
Type: bool

<default>

include_deleted_files
Type: bool

<default>

parent_dir
Type: string

<default>

user_id
Type: EntityID

<default>

db
Type: IDatabase

<default>

client
Type: IClient

<default>

.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