IVersionableItemAsyncCheckInAsync Method 
IT Hit WebDAV Classes Reference 
            Creates new version. Copies all properties and content from this item.
            
 
    Namespace: 
   ITHit.WebDAV.Server.DeltaV
    Assembly:
   ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
SyntaxTask<string> CheckInAsync()
Task<string> CheckInAsync()
Function CheckInAsync As Task(Of String)
Function CheckInAsync As Task(Of String)
Task<String^>^ CheckInAsync()
Task<String^>^ CheckInAsync()
abstract CheckInAsync : unit -> Task<string> 
abstract CheckInAsync : unit -> Task<string> 
Return Value
Type: 
TaskString
            Url of the newly created version.
            
RemarksThis item was locked. Client did not provide the lock token.The user doesn't have enough privileges.Quota limit is reached.Errors has occurred during processing of the subtree.In other cases.
            In your implementation you must create a new version. The content and properties of the new version must be
            copied from this item. 
            
            After the call to this method method GetCurrentVersionAsync must return the
            created version.
            
See Also