Autodesk Vault ProfessionalVault API

UserInfo Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains a user's user and role information.

Syntax

public class UserInfo 
Public Class UserInfo 

Properties

NameDescription
AccountsAccounts associated with this user.
AttributesProfile attributes of this user.
GroupsAn array of Group objects the user is a direct member of
RolesAn array of Role objects associated with this user.
UserThe userId of the user.
VaultsAn array of KnowledgeVault objects associated with this user.

Returned By

Where you get a UserInfo — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.UserInfo

See Also