共用方式為


SPFileSaveBinaryParameters.CellStoragePartitionsToDelete property

取得或設定唯一的儲存格儲存磁碟分割識別碼,若要刪除的檔案,儲存作業的一部分。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property CellStoragePartitionsToDelete As List(Of String)
    Get
    Set
'用途
Dim instance As SPFileSaveBinaryParameters
Dim value As List(Of String)

value = instance.CellStoragePartitionsToDelete

instance.CellStoragePartitionsToDelete = value
public List<string> CellStoragePartitionsToDelete { get; set; }

Property value

Type: System.Collections.Generic.List<String>
SaveBinary() 方法的應用程式的選擇性唯一識別項的集合。預設值為a null reference (Nothing in Visual Basic)。

備註

每個檔案具有與其相關聯,其中包含一或多個儲存格的一或多個磁碟分割。如果儲存格儲存磁碟分割的集合是空的沒有儲存格儲存磁碟分割將被刪除。如果集合設定為a null reference (Nothing in Visual Basic),將會刪除所有儲存格儲存磁碟分割。

AddCellStoragePartition(SPContentDatabase, String)方法用來建立磁碟分割對應應用程式執行的儲存格儲存作業。

請參閱

參照

SPFileSaveBinaryParameters class

SPFileSaveBinaryParameters members

Microsoft.SharePoint namespace