Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhotoImages.Items

TElOneDrivePhotoImages     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns an individual image info.

Declaration

[C#]
    TElOneDrivePhotoImage Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElOneDrivePhotoImage

[Pascal]
    property Items[Index: integer]: TElOneDrivePhotoImage;

[C++]
    TElOneDrivePhotoImage* get_Items(int32_t Index);

[PHP]
    TElOneDrivePhotoImage get_Items(integer $Index)

[Java]
    TElOneDrivePhotoImage getItems(int Index);

Parameters

  • Index - index of the desired image in the list starting from 0.

Description

    Use this property to check info about the specified image.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum