WorkspaceUserID Class

Relativity Services API
The WorkspaceUserID class provides the identifier of a User object in an associated workspace.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.WorkspaceUserID

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class WorkspaceUserID

The WorkspaceUserID type exposes the following members.

Constructors

  NameDescription
Public methodWorkspaceUserID
Creates a new WorkspaceUserID object with the provided Workspace and User Artifact ID.
Top
Properties

  NameDescription
Public propertyUserArtifactID
Gets the unique identifier for this user in the associated workspace.
Public propertyWorkspaceID
Gets the workspace identifier for which this user has the associated ID
Top
Methods

  NameDescription
Public methodEquals
Compares this to another object for equality based on it's UserArtifactID and WorkspaceID.
(Overrides Object.Equals(Object).)
Public methodGetHashCode
Gets the non-cryptographic hash code for this object based on it's UserArtifactID and WorkspaceID.
(Overrides Object.GetHashCode().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object to it's string representation, "WorkspaceUserID([UserArtifactID] in [WorkspaceID])".
(Overrides Object.ToString().)
Top
See Also

Reference