Check a folder back in

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

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

the id of the folder

keep_check_out
Type: bool

whether or not to keep the checkout

user_id
Type: EntityID

the id of the user performing the check in

recursive
Type: bool

if we should perform a recursive check in

description
Type: string

the change description

version
Type: int

parent_is_deleted
Type: bool

db
Type: IDatabase

the db db to use

states
Type: Dictionary<EntityID, FolderState>

Return Value

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