Class NativeType
Represents document types in the Imaging API.
Implements
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 NativeType : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceBasicCategory
Gets or sets the basic imaging category for this native type.
Declaration
public BasicCategory BasicCategory { get; set; }
Property Value
Type | Description |
---|---|
BasicCategory |
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 |
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> |
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 |
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 |
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 |