I want to read following setting configured on Sharepoint server 2010:
- file types blocked" for web
application - Anti-virus setting
configured to scan documents on
upload - Is error report collection
enabled (Central Administration >
Operations > Logging and Reporting > Error Reports > ) etc.
My question is, where are these setting stored on sharepoint server machine? Are they in any config file or in database?
I know programmatic way to read these settings (Got Sharepoint 2010 SDK sample code in C#), but my application is in C++ (VS 2003 .Net) and all the API/interfaces are available in .Net (managed code). Please let me know if the API/interfaces to access these setting are available in unmanaged code also?
Any help is greatly appreciated.
Regards, Krishnakant