共用方式為


SPFileSaveBinaryParameters.PartitionsToDelete property

取得或設定要刪除的檔案,儲存作業的一部分存放區的磁碟分割。

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

Syntax

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

value = instance.PartitionsToDelete

instance.PartitionsToDelete = value
public ISet<string> PartitionsToDelete { get; set; }

Property value

Type: System.Collections.Generic.ISet<String>
集合的磁碟分割。

備註

如果集合為a null reference (Nothing in Visual Basic) (預設值),將會刪除內容除了所有磁碟分割。如果集合是空的沒有磁碟分割將被刪除。

它不是做為其中一個磁碟分割刪除,請指定內容的磁碟分割是個好主意,但若要停止這沒有核取。

請參閱

參照

SPFileSaveBinaryParameters class

SPFileSaveBinaryParameters members

Microsoft.SharePoint namespace