Added File extension parameter to Make Document

Handle Error Handling for External Transitions
Insert Enhanced Document Step
This commit is contained in:
Rich
2015-10-27 13:29:40 +00:00
parent a87c8facdb
commit 98afa51783
2 changed files with 213 additions and 8 deletions

View File

@@ -497,7 +497,7 @@ namespace VEPROMS.CSLA.Library
{
// make new document with 'no' libtitle. Then link this to the item/content via the entry.
// the data gets set below.
Document tdoc = Document.MakeDocument(null, null, null, null);
Document tdoc = Document.MakeDocument(null, null, null, null, null);
_MyDocument = DocumentInfo.Get(doc.DocID);
doc = tdoc;
using (Entry ent = myItemInfo.MyContent.MyEntry.Get())