SPDocumentConverter.MaxAllowedFileSize property
取得一個值,指出要轉換的 kb 的最大檔案大小。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared ReadOnly Property MaxAllowedFileSize As Integer
Get
'用途
Dim value As Integer
value = SPDocumentConverter.MaxAllowedFileSize
public static int MaxAllowedFileSize { get; }
Property value
Type: System.Int32
32 位元整數,指出最大檔案大小以 kb 為單位,其預設值等於 999999。