SPFileSaveBinaryParameters.CellStoragePartitionsToDelete property

Gets or sets the unique cell storage partition identifiers to delete as part of the file save operation.

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

Syntax

'Declaration
Public Property CellStoragePartitionsToDelete As List(Of String)
    Get
    Set
'Usage
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>
A collection of optional unique identifiers for applications for the SaveBinary() method. The default is a null reference (Nothing in Visual Basic).

Remarks

Each file has one or more partitions associated with it, which includes one or more storage cells. If the collection of cell storage partitions is empty, no cell storage partitions will be deleted. If the collection is set to a null reference (Nothing in Visual Basic), all cell storage partitions will be deleted.

The AddCellStoragePartition(SPContentDatabase, String) method is used to create partition mapping for an application to execute cell storage operations .

See also

Reference

SPFileSaveBinaryParameters class

SPFileSaveBinaryParameters members

Microsoft.SharePoint namespace