List.AllowContentTypes 屬性
取得值,指出清單是否支援內容類型。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property AllowContentTypes As Boolean
Get
'用途
Dim instance As List
Dim value As Boolean
value = instance.AllowContentTypes
public bool AllowContentTypes { get; }
屬性值
類型:System.Boolean
傳回Booleantrue如果清單支援內容類型否則會傳回false。預設值是
例外狀況
例外狀況 | 條件 |
---|---|
UnauthorizedAccessException | 目前的使用者會有足夠的權限執行的作業。 |