Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
'NotImplementedException' when calling IManDocumentType.Viewmethod
EdgarBlount
IManDocument oDoc = (IManDocument)oWorkArea.Worklist.ItemByIndex(1);
IManDocumentType iDocumentType = oDoc.Type;
string path = iDocumentType.Viewmethod.Path.ToString();
Hi there,
I want to get to the path of the application that can open this specific document (Acrobat in this case). First 2 lines works perfectly, the 3rd line throws an exception ('iDocumentType.Viewmethod' threw an exception of type 'System.NotImplementedException'). Basically I want to be able to open documents externally from Worksite from my ASP.NET 2.0 page.
Cheers
E
Find more posts tagged with
Comments
There are no comments yet