Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have code to download file from FileNet IDM server. using IDM docid but i want to pass property field and download it. what idmobjects should i use it.?

please help on this. am new to IDM.

fnObjectType = IDMObjects.idmObjectType.idmObjTypeDocument;           

        int pagec = 0;
        try
        {
            fnGenericObj = fnLibrary.GetObject(fnObjectType, argDocid,
                                     objMissing, objMissing, objMissing);
            fnDoc = (IDMObjects.Document)fnGenericObj;
            pagec = fnDoc.PageCount;
        }


What I have tried:

i have code to download file from FileNet IDM server. using IDM docid but i want to pass property field and download it. what idmobjects should i use it.?

please help on this. am new to IDM.
Posted
Updated 25-Oct-18 4:35am
Comments
Afzaal Ahmad Zeeshan 26-Oct-18 7:11am    
Is there any error in this approach, or something is missing? Also, did you check their documentation?
soundarpandian 29-Oct-18 4:17am    
Thanks for the comment. i want to find docid from some property value. if there any documents please share the link.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900