| Creating Custom Index |
The custom index file is an xml file located in a subdirectory which is specified in the customXML key of the web.config file. Given below is an example of a custom index file <customizations><custom id="1" in="images/ThemeB/appbg.jpg" out="custom/images/ThemeB/appbg.jpg" active="N"/> <custom id="2" in="resources/appmenus.xml" out="custom/resources/appmenus.xml" active="N"/> </customizations> In the above example there is an element called custom having four attributes; id, in, out and active.
This kind of customization can be applied to any file within OfficeClip (programs, images and resources). The OfficeClip framework reads this index when the application is started and caches it in the primary memory. Whenever a request is made within OfficeClip to access a file which has been customized, the redirection to cutomized file takes place internally. NOTE - If the index file is changed, OfficeClip application will need to be restarted to make the change effective. This can be achieved running iisreset from the winsows command prompt. |
| Send us your feedback | Copyright© OfficeClip LLC 2000-2006, All Rights Reserved |