Check out a file

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

Public Shared Function CheckoutFile( _ 
ByVal file_id As EntityID, _ 
ByVal user_id As EntityID, _ 
ByVal client_machine_id As String, _ 
ByVal db As IDatabase
) As CheckOutInfo
This language is not supported or no code example is available.
public static CheckOutInfo CheckoutFile( 
EntityID file_id
EntityID user_id
string client_machine_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static CheckOutInfo^ CheckoutFile( 
EntityID^ file_id
EntityID^ user_id
String^ client_machine_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function CheckoutFile( 
file_id : EntityID
user_id : EntityID
client_machine_id : String
db : IDatabase 
) : CheckOutInfo;
This language is not supported or no code example is available.

Parameters

file_id
Type: EntityID

the id of the file to checkout

user_id
Type: EntityID

the id of the user doing the checkout

client_machine_id
Type: string

db
Type: IDatabase

the database connection

Return Value

Type: CheckOutInfo

an info object containing the results of the checkout

.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