Check out a managed folder

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

Public Shared Function CheckoutFolder( _ 
ByVal folder_id As EntityID, _ 
ByVal user_id As EntityID, _ 
ByVal recursive As Boolean, _ 
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 CheckoutFolder( 
EntityID folder_id
EntityID user_id
bool recursive
string client_machine_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static CheckOutInfo^ CheckoutFolder( 
EntityID^ folder_id
EntityID^ user_id
bool recursive
String^ client_machine_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function CheckoutFolder( 
folder_id : EntityID
user_id : EntityID
recursive : boolean
client_machine_id : String
db : IDatabase 
) : CheckOutInfo;
This language is not supported or no code example is available.

Parameters

folder_id
Type: EntityID

the id of the folder to checkout

user_id
Type: EntityID

the id of the user doing the checkout

recursive
Type: bool

check out recursively

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