PhotoImportDeleteImportedItemsFromSourceResult Class

Definition

Represents the result of a operation that deletes imported media items from the source.

public ref class PhotoImportDeleteImportedItemsFromSourceResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PhotoImportDeleteImportedItemsFromSourceResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PhotoImportDeleteImportedItemsFromSourceResult
Public NotInheritable Class PhotoImportDeleteImportedItemsFromSourceResult
Inheritance
Object Platform::Object IInspectable PhotoImportDeleteImportedItemsFromSourceResult
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Get an instance of this class by calling PhotoImportOperation.ContinueDeletingImportedItemsFromSourceAsync or PhotoImportItemsResult.DeleteImportedItemsFromSourceAsync.

Properties

DeletedItems

Gets a list of items that were deleted from the source.

HasSucceeded

Gets a value indicating whether the delete operation has succeeded.

PhotosCount

Gets the number of photos deleted in the operation.

PhotosSizeInBytes

Gets the size of the deleted photos, in bytes.

Session

Gets the photo import session associated with the delete operation.

SiblingsCount

Gets the number of sibling files deleted in the operation.

SiblingsSizeInBytes

Gets the size of the deleted sibling files, in bytes.

SidecarsCount

Gets the number of sidecar files deleted in the operation.

SidecarsSizeInBytes

Gets the size of the deleted sidecar files, in bytes.

TotalCount

Gets the total number of items deleted in the operation.

TotalSizeInBytes

Gets the total size of the all deleted items, in bytes.

VideosCount

Gets the number of videos deleted in the operation.

VideosSizeInBytes

Gets the size of the deleted videos, in bytes.

Applies to