DocumentManagerCheckInV2 Method

Adds new version of document and commits it in document repository

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute(Description = "Adds new version of document and commits it in document repository")]
public int CheckInV2(
	CheckInInfo checkInInfo
)

Parameters

checkInInfo  CheckInInfo
Check in informations

Return Value

Int32
The metadataVersionId passed as the parameter or the new metadataVersionId

Remarks

1. Check whether document was changed meanwhile 2. Add new document version in database 3. Copy metadata from previous version 4. Commit file in repository

See Also