SPGlobalConfig Class
The SPGlobalConfig class represents configuration settings that apply throughout the Microsoft Windows SharePoint Services
deployment.
System.Object
Microsoft.SharePoint.Administration.SPGlobalConfig
[Visual Basic .NET]
Public Class SPGlobalConfig
Inherits System.Object
[C#]
public class SPGlobalConfig : System.Object
Public Properties
The following table shows the public properties of the SPGlobalConfig class, the data type of each property, and a brief description of each.
| Name | Data Type | Description |
|---|
| AdminGroup | String | Gets or sets the name of the SharePoint administrators
group account. |
| BlockedFileTypes | System.Collections.Specialized.StringCollection | Gets or sets file types that cannot be used in the Windows SharePoint Services
deployment. |
| ClusterGuid | System.Guid | Gets the GUID for the server farm. |
| FullTextSearchEnabled | Boolean | Gets or sets a Boolean value that specifies whether full-text search is enabled in the Microsoft Windows SharePoint Services
deployment. |
| FullTextSearchSupported | Boolean | Gets a Boolean value that specifies whether full-text search is supported in the Microsoft Windows SharePoint Services
deployment. |
| GlobalAdmin | Microsoft.SharePoint.Administration.SPGlobalAdmin | Gets a global administration object that provides access to administration settings in the Windows SharePoint Services
deployment. |
| Properties | Microsoft.SharePoint.Utilities.SPPropertyBag | Gets global configuration settings that are used in the Windows SharePoint Services
deployment. |
| QuotaTemplates | Microsoft.SharePoint.Administration.SPQuotaTemplateCollection | Gets a quota template collection that represents all the quota templates for the Windows SharePoint Services
deployment. |
| WebServers | Microsoft.SharePoint.Administration.SPWebServerCollection | Gets a Web server collection that represents all the front-end Web servers in the Windows SharePoint Services
deployment. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: Microsoft.SharePoint.Administration
Platforms: Microsoft Windows Server 2003
Assembly: Windows SharePoint Services (in Microsoft.SharePoint.dll)
Security: Code Access Security