Click or drag to resize

SolidFireElementListDeletedVolumes Method (NullableBoolean)

ListDeletedVolumes enables you to retrieve the list of volumes that have been marked for deletion and purged from the system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListDeletedVolumesResult ListDeletedVolumes(
	Nullable<bool> IncludeVirtualVolumes = null
)

Parameters

IncludeVirtualVolumes (Optional)
Type: SystemNullableBoolean

Return Value

Type: ListDeletedVolumesResult

Implements

ISolidFireElementListDeletedVolumes(NullableBoolean)
See Also