SPFileSaveBinaryParameters.FileSizeToSave property
取得及設定要從資料流讀取的資料量,並儲存,以位元組為單位。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property FileSizeToSave As Long
Get
Set
'用途
Dim instance As SPFileSaveBinaryParameters
Dim value As Long
value = instance.FileSizeToSave
instance.FileSizeToSave = value
public long FileSizeToSave { get; set; }
Property value
Type: System.Int64
要從資料流讀取的資料量,並儲存,以位元組為單位。
備註
-1 表示讀取所有資料,但System.IO.Stream資料必須是可搜尋的而且可以提供長度。如果System.IO.Stream資料不是可搜尋的且無法提供的長度,就必須指定此值。
請參閱
參照
SPFileSaveBinaryParameters class