c++ - Sharepoint server 2010 Central Administrationa and other settings -
i want read following setting configured on sharepoint server 2010:
- file types blocked" web
application - anti-virus setting
configured scan documents on
upload - is error report collection
enabled (central administration >
operations > logging , reporting > error reports > ) etc.
my question is, these setting stored on sharepoint server machine? in config file or in database?
i know programmatic way read these settings (got sharepoint 2010 sdk sample code in c#), application in c++ (vs 2003 .net) , api/interfaces available in .net (managed code). please let me know if api/interfaces access these setting available in unmanaged code also?
any appreciated.
regards, krishnakant
you cannot directly call sharepoint api in unmanaged code.
the settings stored in sharepoint configuration database , must called in sdk. need create .net class library assembly need call managed code com dll.
Comments
Post a Comment