Added File extension parameter to Make Document
This commit is contained in:
parent
d06dfff4bb
commit
af339e0717
@ -150,7 +150,7 @@ namespace DataLoader
|
|||||||
//if (ci == null) ci = new ConfigInfo(null);
|
//if (ci == null) ci = new ConfigInfo(null);
|
||||||
//ci.AddItem("Printing", "Length", string.Format("{0:0.0000}", 0.001));
|
//ci.AddItem("Printing", "Length", string.Format("{0:0.0000}", 0.001));
|
||||||
Byte[] tstbyte = System.Text.Encoding.Default.GetBytes("");
|
Byte[] tstbyte = System.Text.Encoding.Default.GetBytes("");
|
||||||
MissingDocument = Document.MakeDocument("MISSING FILE IN CONVERSION", tstbyte, null, null);
|
MissingDocument = Document.MakeDocument("MISSING FILE IN CONVERSION", tstbyte, null, null,".doc");
|
||||||
}
|
}
|
||||||
Documentid = MissingDocument.DocID;
|
Documentid = MissingDocument.DocID;
|
||||||
missingDocFile = true;
|
missingDocFile = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user