Data.Cloud.AmazonAPI.TAmazonObjectResult.IsLatest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IsLatest: Boolean;

C++

bool IsLatest;

Properties

Type Visibility Source Unit Parent
field public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonObjectResult

Description

Specifies whether the object is the latest version or not.

IsLatest is True if the object is the latest version, and False otherwise.

See Also