DocumentManager.CheckInDocument(Guid, DocumentManager.CheckInOptions, String, String, Int32, Boolean, Boolean, Nullable<DocumentSchemaType>, Int64, Boolean, Boolean, UsageLogParams, Nullable<DateTime>, Database, DbTransaction) Method
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
public int CheckInDocument(
Guid uploadToken,
DocumentManager.CheckInOptions 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
)
- uploadToken Guid
-
- option DocumentManager.CheckInOptions
-
- originalFileName String
-
- documentName String
-
- metadataVersionId Int32
-
- allowCheckinByOtherUsers Boolean
-
- sendEmailToMembers Boolean
-
- type Nullable<DocumentSchemaType>
-
- repFileIdToRemove Int64
-
- autoStartWF Boolean
-
- isPdfConverter Boolean
-
- logParams UsageLogParams
-
- createdDate Nullable<DateTime>
-
- database Database
-
- transaction DbTransaction
-
Int32