User Class

Defines a user working on a specific Worksharing model.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.CloudWorksharing.DataContractsUser

Namespace: Autodesk.Revit.CloudWorksharing.DataContracts
Assembly: Autodesk.Revit.CloudWorksharingAPI.Abstractions (in Autodesk.Revit.CloudWorksharingAPI.Abstractions.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class User

The User type exposes the following members.

Constructors
 NameDescription
Public methodUserInitializes a new instance of the User class
Top
Properties
 NameDescription
Public propertyFirstName Gets or sets the first name of the user.
Public propertyLastName Gets or sets the last name of the user.
Public propertyUserId Gets or sets the unique id of the user within a specific Worksharing model.
Public propertyUserName Gets or sets the Autodesk account username of the user.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also