PhotoImportFindItemsResult.SelectedSidecarsCount Property

Definition

Gets the number of sidecar files that are currently selected to be included in the ImportItemsAsync operation.

public:
 property unsigned int SelectedSidecarsCount { unsigned int get(); };
uint32_t SelectedSidecarsCount();
public uint SelectedSidecarsCount { get; }
var uInt32 = photoImportFindItemsResult.selectedSidecarsCount;
Public ReadOnly Property SelectedSidecarsCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of sidecar files that are currently selected.

Applies to