Added File extension parameter to Make Document
Handle Error Handling for External Transitions Insert Enhanced Document Step
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user