TDProject.ExportTDProject (EntityID, EntityID, String, IDatabase, IClient, Boolean) Method

Export a TD project to disk
Public Shared Sub ExportTDProject( _ 
ByVal id As EntityID, _ 
ByVal user_id As EntityID, _ 
ByVal parent_dir As String, _ 
ByVal db As IDatabase, _ 
ByVal client As IClient, _ 
ByVal overwrite As Boolean
)
This language is not supported or no code example is available.
public static void ExportTDProject( 
EntityID id
EntityID user_id
string parent_dir
IDatabase db
IClient client
bool overwrite 
)
This language is not supported or no code example is available.
public:  
static void ExportTDProject( 
EntityID^ id
EntityID^ user_id
String^ parent_dir
IDatabase^ db
IClient^ client
bool overwrite 
)
This language is not supported or no code example is available.
public static function ExportTDProject( 
id : EntityID
user_id : EntityID
parent_dir : String
db : IDatabase
client : IClient
overwrite : boolean 
);
This language is not supported or no code example is available.

Parameters

id
EntityID

<default>

user_id
EntityID

<default>

parent_dir
string

<default>

db
IDatabase

<default>

client
IClient

<default>

overwrite
bool

<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