Create a snapshot of a td project

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

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
Type: EntityID

the project id

user_id
Type: EntityID

the id of the user taking the snapshot

desc
Type: string

the description of the snapshot

db
Type: 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