Click or drag to resize

DocumentManagerCheckInDocument Method (Guid, DocumentManagerCheckInOptions, String, String, Int32, Boolean, Boolean, NullableDocumentSchemaType, Int64, Boolean, NullableDateTime, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int CheckInDocument(
	Guid uploadToken,
	DocumentManagerCheckInOptions option,
	string originalFileName,
	string documentName,
	int metadataVersionId,
	bool allowCheckinByOtherUsers,
	bool sendEmailToMembers,
	DocumentSchemaType? type,
	out long repFileIdToRemove,
	bool autoStartWF,
	DateTime? createdDate,
	Database database,
	DbTransaction transaction
)

Parameters

uploadToken
Type: SystemGuid
option
Type: FileHold.LibraryManagerDocumentManagerCheckInOptions
originalFileName
Type: SystemString
documentName
Type: SystemString
metadataVersionId
Type: SystemInt32
allowCheckinByOtherUsers
Type: SystemBoolean
sendEmailToMembers
Type: SystemBoolean
type
Type: SystemNullableDocumentSchemaType
repFileIdToRemove
Type: SystemInt64
autoStartWF
Type: SystemBoolean
createdDate
Type: SystemNullableDateTime
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Int32
See Also