Show / Hide Table of Contents

Class NamedArtifact

Represents the Relativity artifact object that has name property. Can be used as a base class for most Relativity object classes.

Inheritance
System.Object
Artifact
NamedArtifact
AgentType
ApplicationFieldCode
BatchSet
Choice
ChoiceRequest
Client
Field
Folder
ImagingProfile
ImagingSet
InstanceSetting
KeywordSearch
Layout
LibraryApplication
MarkupSet
NamedArtifactWithGuids
NativeType
OcrProfile
Production
ProductionDataSource
ProductionPlaceholder
RelativityApplication
ResourcePool
ResourceServer
Script
SearchProvider
Tab
TimeStampedNamedArtifact
User
View
Workspace
Implements
IHasName
Inherited Members
Artifact.ArtifactID
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 NamedArtifact : Artifact, IHasName

Properties

| Improve this Doc View Source

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX