Folder.CheckInFolder Method

Check a folder back in
Public Shared Function CheckInFolder( _ 
ByVal folder_id As EntityID, _ 
ByVal keep_check_out As Boolean, _ 
ByVal user_id As EntityID, _ 
ByVal recursive As Boolean, _ 
ByVal description As String, _ 
ByVal version As Integer, _ 
ByVal parent_is_deleted As Boolean, _ 
ByVal db As IDatabase, _ 
ByVal states As Dictionary(Of EntityID, FolderState) _ 
) As EntityID
This language is not supported or no code example is available.
public static EntityID CheckInFolder( 
EntityID folder_id
bool keep_check_out
EntityID user_id
bool recursive
string description
int version
bool parent_is_deleted
IDatabase db
Dictionary<EntityID, FolderState> states 
)
This language is not supported or no code example is available.
public:  
static EntityID^ CheckInFolder( 
EntityID^ folder_id
bool keep_check_out
EntityID^ user_id
bool recursive
String^ description
int version
bool parent_is_deleted
IDatabase^ db
Dictionary<EntityID^, FolderState>^ states 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

folder_id
EntityID

the id of the folder

keep_check_out
bool

whether or not to keep the checkout

user_id
EntityID

the id of the user performing the check in

recursive
bool

if we should perform a recursive check in

description
string

the change description

version
int

parent_is_deleted
bool

db
IDatabase

the db db to use

states
Dictionary<EntityID, FolderState>

Return Value

EntityID

the change id for the top level folder

.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