File.CheckoutFile Method
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.
Parameters
- file_id
- EntityID
the id of the file to checkout
- user_id
- EntityID
the id of the user doing the checkout
- client_machine_id
- string
- db
- IDatabase
the database connection
Return Value
CheckOutInfoan info object containing the results of the checkout