Show / Hide Table of Contents

Class NativeType

Represents document types in the Imaging API.

Inheritance
System.Object
Artifact
NamedArtifact
NativeType
Implements
IHasName
Inherited Members
NamedArtifact.Name
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 NativeType : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

BasicCategory

Gets or sets the basic imaging category for this native type.

Declaration
public BasicCategory BasicCategory { get; set; }
Property Value
Type Description
BasicCategory
| Improve this Doc View Source

FileTypeID

Gets or sets the identifier of the file type used by Invariant.

Declaration
public int FileTypeID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NativeCategory

Gets or sets the native imaging category for this native type.

Declaration
public NativeCategory? NativeCategory { get; set; }
Property Value
Type Description
System.Nullable<NativeCategory>
| Improve this Doc View Source

PreventNativeDownload

Gets or sets a value indicating whether native type is restricted from being downloaded.

Declaration
public bool PreventNativeDownload { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RestrictedFromImagingByDefault

Gets or sets a value indicating whether this native type is restricted from imaging by default.

Declaration
public bool RestrictedFromImagingByDefault { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UseNativeImaging

Gets or sets a value indicating whether to use native imaging on this native type.

Declaration
public bool UseNativeImaging { get; set; }
Property Value
Type Description
System.Boolean

Implements

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