Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum