PhotoImportFindItemsResult.SidecarsCount Property
Definition
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.
Gets the number of sidecar files found on the source.
public:
property unsigned int SidecarsCount { unsigned int get(); };
uint32_t SidecarsCount();
public uint SidecarsCount { get; }
var uInt32 = photoImportFindItemsResult.sidecarsCount;
Public ReadOnly Property SidecarsCount As UInteger
Property Value
The number of sidecar files found on the source.