PhotoImportItem.Sidecars Property

Definition

Gets the list of sidecar files associated with the item, if any exists.

public:
 property IVectorView<PhotoImportSidecar ^> ^ Sidecars { IVectorView<PhotoImportSidecar ^> ^ get(); };
IVectorView<PhotoImportSidecar> Sidecars();
public IReadOnlyList<PhotoImportSidecar> Sidecars { get; }
var iVectorView = photoImportItem.sidecars;
Public ReadOnly Property Sidecars As IReadOnlyList(Of PhotoImportSidecar)

Property Value

The list of sidecar files associated with the item

Applies to