ClientUserInfo Methods
An object defining methods for the ClientUserInfo class.
ToString()
Returns a string representation of the user’s name. If acting on behalf of another user, the string includes both the user’s name and the name of the user they are representing.
This is a sync method. Method runs synchronously.
Clone()
Creates a new ClientUserInfo
instance with the same ID, name, and username, but without the BehalfOf
reference.
Returns:
Type: ClientUserInfo
A new instance with identical user details.
This is a sync method. Method runs synchronously.