Hi There,
I am trying to find out if the object is a folder or image document. How to find this out using SDK and VB .NET?
Is the following steps are correct?
Dim docInfo As DocumentInfo docInfo = Document.GetDocumentInfo(docPath & docName, mySess) docInfo.EntryType
I am writing an export utility to export Image documents and sub folders from repository. So, I want to know if this object is folder or image document.
-Prakash