csharp_CSExplorer_Explain.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <HTML>
  2. <HEAD>
  3. <!--
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: DOCS
  6. (C) Copyright IBM Corp. 2005, 2008
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. IBM Corp.
  9. -->
  10. <TITLE>IBM Cognos Software Development Kit C# Content Store Explorer Sample</TITLE>
  11. <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
  12. </HEAD>
  13. <BODY>
  14. <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif">&nbsp;IBM Cognos Sample Programs</p>
  15. <p class="FormLabel">CSExplorer.sln - Browse the content store.</p>
  16. <p class="formText">The csharp Content Store Explorer queries the content store for all objects and displays them in a tree view.</p>
  17. <br>
  18. <!-- * * * * * * * * * -->
  19. <!-- -->
  20. <!-- Dependent Files -->
  21. <!-- -->
  22. <!-- * * * * * * * * * -->
  23. <p class="FormLabel">Dependent Files</p>
  24. <p class="formText">All associated files are contained in the bin directory of the csharp directory.</p>
  25. <!-- * * * * * * * * * -->
  26. <!-- -->
  27. <!-- How To Run -->
  28. <!-- -->
  29. <!-- * * * * * * * * * -->
  30. <p class="FormLabel">How To Run The Sample Program</p>
  31. <p class="formText">Double click on the file ../bin/ContentStoreExplorer.exe.<br><br>
  32. A window will be opened containing:<br>
  33. &nbsp;&nbsp;&nbsp;&nbsp;- URL text box<br>
  34. &nbsp;&nbsp;&nbsp;&nbsp;- Currently selected search path text box<br>
  35. &nbsp;&nbsp;&nbsp;&nbsp;- Output Pane<br>
  36. <br>
  37. <!-- * * * * * * * * * -->
  38. <!-- -->
  39. <!-- Expected Results -->
  40. <!-- -->
  41. <!-- * * * * * * * * * -->
  42. <p class="FormLabel">Expected Results</p>
  43. <p class="formText">All content store objects will be displayed in the Output Pane.</p>
  44. <!-- * * * * * * * * * -->
  45. <!-- -->
  46. <!-- Documentation -->
  47. <!-- -->
  48. <!-- * * * * * * * * * -->
  49. <p class="FormLabel">Documentation</p>
  50. <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples. See the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
  51. <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
  52. </BODY>
  53. </HTML>