File.CheckinFilesEndToEnd Method
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.
Parameters
- parent
- IWin32Window
the parent window, if one is available - null if no parent window
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
OperationResponsethe result of the operation