TDProject.CreateSnapshot Method

Create a snapshot of a td project
Public Shared Sub CreateSnapshot( _ 
ByVal td_project_id As EntityID, _ 
ByVal user_id As EntityID, _ 
ByVal desc As String, _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void CreateSnapshot( 
EntityID td_project_id
EntityID user_id
string desc
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void CreateSnapshot( 
EntityID^ td_project_id
EntityID^ user_id
String^ desc
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function CreateSnapshot( 
td_project_id : EntityID
user_id : EntityID
desc : String
db : IDatabase 
);
This language is not supported or no code example is available.

Parameters

td_project_id
EntityID

the project id

user_id
EntityID

the id of the user taking the snapshot

desc
string

the description of the snapshot

db
IDatabase

the db db

.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