SPDocumentLibrary.ThumbnailsEnabled property
取得或設定布林值,指出是否會在文件剖析期間擷取縮圖影像。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ThumbnailsEnabled As Boolean
Get
Set
'用途
Dim instance As SPDocumentLibrary
Dim value As Boolean
value = instance.ThumbnailsEnabled
instance.ThumbnailsEnabled = value
public bool ThumbnailsEnabled { get; set; }
Property value
Type: System.Boolean
true如果將文件剖析 ; 期間擷取縮圖否則, false。