Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveComment.Author

TElGoogleDriveComment     See also     


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


Returns the comment's author.

Declaration

[C#]
    TElGoogleDriveUser Author;

[VB.NET]
    Property Author As TElGoogleDriveUser

[Pascal]
    property Author: TElGoogleDriveUser;

[C++]
    TElGoogleDriveUser* get_Author();

[PHP]
    TElGoogleDriveUser get_Author()

[Java]
    TElGoogleDriveUser getAuthor();

Description

    Use this property to get the user who wrote this comment.

See also:     ModifiedDate    

Discuss this help topic in SecureBlackbox Forum