Folder.CheckInFolder Method
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.
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
EntityIDthe change id for the top level folder