VaultFolderCreate.DocumentSvc.DocumentService.CheckinUploadedFileAsync C# (CSharp) Method

CheckinUploadedFileAsync() public method

public CheckinUploadedFileAsync ( long fileMasterId, string comment, bool keepCheckedOut, System lastWrite, long dependFileIds, string dependSources, long attachFileIds, string attachSources, BOM bom, bool copyBom, string newFileName, System uploadIdentifier, FileClassification fileClassification, bool hidden ) : void
fileMasterId long
comment string
keepCheckedOut bool
lastWrite System
dependFileIds long
dependSources string
attachFileIds long
attachSources string
bom BOM
copyBom bool
newFileName string
uploadIdentifier System
fileClassification FileClassification
hidden bool
return void
        public void CheckinUploadedFileAsync(long fileMasterId, string comment, bool keepCheckedOut, System.DateTime lastWrite, long[] dependFileIds, string[] dependSources, long[] attachFileIds, string[] attachSources, BOM bom, bool copyBom, string newFileName, System.Guid uploadIdentifier, FileClassification fileClassification, bool hidden) {
            this.CheckinUploadedFileAsync(fileMasterId, comment, keepCheckedOut, lastWrite, dependFileIds, dependSources, attachFileIds, attachSources, bom, copyBom, newFileName, uploadIdentifier, fileClassification, hidden, null);
        }
        

Same methods

DocumentService::CheckinUploadedFileAsync ( long fileMasterId, string comment, bool keepCheckedOut, System lastWrite, long dependFileIds, string dependSources, long attachFileIds, string attachSources, BOM bom, bool copyBom, string newFileName, System uploadIdentifier, FileClassification fileClassification, bool hidden, object userState ) : void
DocumentService