SPGlobalConfig.BlockedFileTypes 属性

请注意:此 API 现在已过时。

过时。获取或设置SharePoint Foundation部署中不能使用的文件类型。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",  _
    False)> _
Public Property BlockedFileTypes As StringCollection
    Get
    Set
用法
Dim instance As SPGlobalConfig
Dim value As StringCollection

value = instance.BlockedFileTypes

instance.BlockedFileTypes = value
[ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", 
    false)]
public StringCollection BlockedFileTypes { get; set; }

属性值

类型:System.Collections.Specialized.StringCollection
指定的文件类型不能使用一个字符串集合的文件扩展名 (不带句点)。

另请参阅

引用

SPGlobalConfig 类

SPGlobalConfig 成员

Microsoft.SharePoint.Administration 命名空间