Ektron has provided a console application which leverages this framework API, which can be found here. This particular sample is made to work with version 9.1 of Ektron, however it should easily work with any later versions.
Getting the sample solution working
- Replace the DLL files with latest versions
- Remove all references from the solution
- Add the refrences again from the following path: C:\Program Files (x86)\Ektron\CMS400v91\startersites\3TierMin\Content\bin
- Replace the ektron.cms.framework.unity.config and instrumentation.config files
- The replacements can be found in: C:\Program Files (x86)\Ektron\CMS400v91\startersites\3TierMin\Content
- In the app.config change the "ek_ServicesPath" variable to the location of your Ektron installation
- In the main program class file, you will need to enter admin credentials to authenticate with the CMS.
The sample solution should then build and when run will create a piece of sample content. From here you are able to modify the code to interact with the Ektron Framework API as required.
No comments:
Post a Comment