SPList.ForceDefaultContentType 属性
指定是否我们要返回的默认文档根内容类型。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property ForceDefaultContentType As Boolean
Get
Set
用法
Dim instance As SPList
Dim value As Boolean
value = instance.ForceDefaultContentType
instance.ForceDefaultContentType = value
public bool ForceDefaultContentType { get; set; }
属性值
类型:System.Boolean
如果启用了强制默认内容类型,则为 true否则为为 false。默认值为 false