Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.RemainingChangeIDs

TElGoogleDriveAccountInfo     See also     


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


Returns the number of remaining change IDs.

Declaration

[C#]
    long RemainingChangeIDs;

[VB.NET]
    Property RemainingChangeIDs As Long

[Pascal]
    property RemainingChangeIDs: Int64;

[C++]
    int64_t get_RemainingChangeIDs();

[PHP]
    integer get_RemainingChangeIDs()

[Java]
    long getRemainingChangeIDs();

Description

    Use this property to get the number of the remaining change IDs.

See also:     LargestChangeID    

Discuss this help topic in SecureBlackbox Forum