Click or drag to resize

DocumentManagerCheckInDocument Method (Guid, DocumentManagerCheckInOptions, String, String, Int32, Boolean, Boolean, NullableDocumentSchemaType, Int64, Boolean, Boolean, UsageLogParams, 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,
	bool isPdfConverter,
	UsageLogParams logParams,
	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
isPdfConverter
Type: SystemBoolean
logParams
Type: FileHold.LibraryManagerUsageLogParams
createdDate
Type: SystemNullableDateTime
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Int32
See Also