Project.ExportProjectFileStructure Method

Export a project to some directory on the server
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
ProjectInfo

<default>

recursive
bool

<default>

all_file_versions
bool

<default>

include_deleted_files
bool

<default>

parent_dir
string

<default>

user_id
EntityID

<default>

db
IDatabase

<default>

client
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

In this article

Definition