Class LongTextField
Represents the LongText field object.
Implements
Inherited Members
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class LongTextField : Field, IHasName
Constructors
| Improve this Doc View SourceLongTextField()
Initializes a new instance of the LongTextField class.
Declaration
public LongTextField()
Properties
| Improve this Doc View SourceAllowHTML
Gets or sets a value indicating whether HTML formatted text can be displayed in this Field.
Declaration
public bool AllowHTML { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowSortTally
Gets or sets a value indicating whether the document list is sorted on this Field.
Declaration
public bool AllowSortTally { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AvailableInViewer
Gets or sets a value indicating whether this Field appears in the viewer.
Declaration
public bool AvailableInViewer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeInTextIndex
Gets or sets a value indicating whether this Field values are added to the SQL text index for the workspace, making the field searchable via keyword search.
Declaration
public bool IncludeInTextIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OpenToAssociations
Gets or sets a value indicating whether this Field information can be displayed on an associated object field.
Declaration
public bool OpenToAssociations { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Unicode
Gets or sets a value indicating whether this Field can be used Unicode characters.
Declaration
[FieldName("HasUnicode")]
public bool Unicode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
Gets or sets the number of pixels used for the column width of a field when it is displayed in the view.
Declaration
public override string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceWrapping
Gets or sets a value indicating whether this Field wraps in this field.
Declaration
public bool Wrapping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |