Enum ApplicationFieldCodeOption
Specifies how an application field code is handled during Imaging processing.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ApplicationFieldCodeOption
Fields
Name | Description |
---|---|
DocumentDefault | Uses the default rendering behavior for a specific document type. |
NotSet | ApplicationFieldCodeOption is not set. |
ReplaceWithRelativityField | Replaces the default field code with a Relativity application field code. |
ShowFieldCode | Renders the field code in the document. |
ShowNothing | Doesn’t render any information for the field code. |
Unknown | Represents error during mapping. |