PhotoImportImportItemsResult Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the result of a operation that imports media items from the source.
public ref class PhotoImportImportItemsResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PhotoImportImportItemsResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PhotoImportImportItemsResult
Public NotInheritable Class PhotoImportImportItemsResult
- Inheritance
- Attributes
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)
|
Get an instance of this class by calling PhotoImportFindItemsResult.ImportItemsAsync or PhotoImportOperation.ContinueImportingItemsAsync.
Has |
Gets a value indicating whether the import operation has succeeded. |
Imported |
Gets a list of items that were imported from the source. |
Photos |
Gets the number of photos imported in the operation. |
Photos |
Gets the size of the imported photos, in bytes. |
Session |
Gets the photo import session associated with the import operation. |
Siblings |
Gets the number of sibling files imported in the operation. |
Siblings |
Gets the size of the imported sidecar files, in bytes. |
Sidecars |
Gets the number of sidecar files imported in the operation. |
Sidecars |
Gets the size of the imported sidecar files, in bytes. |
Total |
Gets the total number of items imported in the operation. |
Total |
Gets the total size of the all imported items, in bytes. |
Videos |
Gets the number of videos imported in the operation. |
Videos |
Gets the size of the imported videos, in bytes. |
Delete |
Asynchronously deletes the items that were imported from the source. |