c++ - Sharepoint server 2010 Central Administrationa and other settings -


i want read following setting configured on sharepoint server 2010:

  1. file types blocked" web
    application
  2. anti-virus setting
    configured scan documents on
    upload
  3. 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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -