Show / Hide Table of Contents

Class UpdateImagingProfileDTO

Inheritance
System.Object
CreateImagingProfileDTO
CreateNativeImagingProfileDTO
UpdateImagingProfileDTO
Inherited Members
CreateNativeImagingProfileDTO.NativeOptions
CreateNativeImagingProfileDTO.SpreadsheetOptions
CreateNativeImagingProfileDTO.EmailOptions
CreateNativeImagingProfileDTO.WordProcessingOptions
CreateNativeImagingProfileDTO.PresentationOptions
CreateNativeImagingProfileDTO.HtmlOptions
CreateNativeImagingProfileDTO.ApplicationFieldCodes
CreateImagingProfileDTO.Name
CreateImagingProfileDTO.BasicOptions
CreateImagingProfileDTO.Keywords
CreateImagingProfileDTO.Notes
CreateImagingProfileDTO.NativeTypes
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.Api.Strategies
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public class UpdateImagingProfileDTO : CreateNativeImagingProfileDTO

Properties

| Improve this Doc View Source

ImagingMethod

Gets or sets the imaging method used for running jobs with the imaging profile. The method options are basic or native.

Declaration
public ImagingProfileType ImagingMethod { get; set; }
Property Value
Type Description
ImagingProfileType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX