TDProject.ExportTDProject (EntityID, EntityID, String, IDatabase, IClient, Boolean, Func<EntityIDBoolean>) 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, _ 
ByVal exclude_file_func As Func(Of EntityID, 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
Func<EntityID, bool> exclude_file_func 
)
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
Func<EntityID^, bool>^ exclude_file_func 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
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>

exclude_file_func
Func<EntityID, 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