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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
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  Guid
 
option  DocumentManagerCheckInOptions
 
originalFileName  String
 
documentName  String
 
metadataVersionId  Int32
 
allowCheckinByOtherUsers  Boolean
 
sendEmailToMembers  Boolean
 
type  NullableDocumentSchemaType
 
repFileIdToRemove  Int64
 
autoStartWF  Boolean
 
createdDate  NullableDateTime
 
database  Database
 
transaction  DbTransaction
 

Return Value

Int32

See Also