File.CheckinFilesEndToEnd Method

This method provides a high level operation for check in files which covers most of the checks required for a file check in. This method will use the standard 12d Synergy UI Elements for a check in
Public Shared Function CheckinFilesEndToEnd( _ 
ByVal parent As IWin32Window, _ 
ByVal file_data As List(Of FileInfo), _ 
ByVal keep_check_out As Boolean
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse CheckinFilesEndToEnd( 
IWin32Window parent
List<FileInfo> file_data
bool keep_check_out 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ CheckinFilesEndToEnd( 
IWin32Window^ parent
List<FileInfo^>^ file_data
bool keep_check_out 
)
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

parent
IWin32Window

the parent window, if one is available - null if no parent window

file_data
List<FileInfo>

the list of file info instances to be checked in

keep_check_out
bool

If the file/s should to be kept as checked out after the check in operation

Return Value

OperationResponse

the result of the operation

.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