Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.LastModifyingUserName

TElGoogleDriveDataStorageObject     See also     


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


Returns the username of the user that last modified the object.

Declaration

[C#]
    string LastModifyingUserName;

[VB.NET]
    Property LastModifyingUserName As String

[Pascal]
    property LastModifyingUserName: string;

[C++]
    void get_LastModifyingUserName(std::string &OutResult);

[PHP]
    string get_LastModifyingUserName()

[Java]
    String getLastModifyingUserName();

Description

    Use this method to get the username of the user that last modified the file. To obtain more information about the user, use LastModifyingUser property.

See also:     LastModifyingUser     ModifiedDate    

Discuss this help topic in SecureBlackbox Forum