Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveAccountInfo.LargestChangeID

TElGoogleDriveAccountInfo     See also     


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


Returns the ID of the largest change affecting the user.

Declaration

[C#]
    long LargestChangeID;

[VB.NET]
    Property LargestChangeID As Long

[Pascal]
    property LargestChangeID: Int64;

[C++]
    int64_t get_LargestChangeID();

[PHP]
    integer get_LargestChangeID()

[Java]
    long getLargestChangeID();

Description

    Use this property to get the ID of the largest change affecting the user.

See also:     RemainingChangeIDs    

Discuss this help topic in SecureBlackbox Forum