<link href="assets/plugins/custom/cropper/cropper.bundle.css" rel="stylesheet" type="text/css" />
<script src="assets/plugins/custom/cropper/cropper.bundle.js"></script>
const string fileName = @"D:\normalFile.txt";
//
IdcFile file2Upload = new IdcFile
{
fileName = "FileNameTest",
fileContent = fileConvertedtoByte
};
// checkInUniversal
FavaMainArchivePortTypeClient archiveClient= new
FavaMainArchivePortTypeClient();
archiveClient.CheckInUniversal(
var checkInResult = archiveClient.CheckInUniversal("seraj"
,"***", "", "seraj", "Document", " seraj", " SerajRole", "", null,
file2Upload, null, null);