Show / Hide Table of Contents

Class Artifact

Represents the Relativity artifact object.

Inheritance
System.Object
Artifact
Agent
Batch
DefaultFieldValue<T>
Document
Entity
Error
GroupPermissions
ItemLevelSecurity
KeyboardShortcut
NamedArtifact
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class Artifact

Constructors

| Improve this Doc View Source

Artifact()

Initializes a new instance of the Artifact class.

Declaration
public Artifact()
| Improve this Doc View Source

Artifact(Int32)

Initializes a new instance of the Artifact class.

Declaration
public Artifact(int artifactID)
Parameters
Type Name Description
System.Int32 artifactID

The artifact ID.

Properties

| Improve this Doc View Source

ArtifactID

Gets or sets the artifact ID.

Declaration
public int ArtifactID { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX