Show / Hide Table of Contents

Class SaveFieldsAndCustomTextRequest

Object representing a request body for the LayoutBuilderManager's SaveFieldsAndCustomText endpoint.

Inheritance
System.Object
SaveFieldsAndCustomTextRequest
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 SaveFieldsAndCustomTextRequest

Properties

| Improve this Doc View Source

AppId

Gets or sets the Artifact ID of the Workspace.

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

CtToDelete

Gets or sets the IDs of the custom text to delete from the layout.

Declaration
public List<int> CtToDelete { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Int32>
| Improve this Doc View Source

CtToTrack

Gets or sets the custom text to add to or update on the Layout.

Declaration
public List<CategoryCustomText> CtToTrack { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CategoryCustomText>
| Improve this Doc View Source

FieldsToDelete

Gets or sets the fields to delete from the Layout.

Declaration
public List<FieldLayoutRelation> FieldsToDelete { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FieldLayoutRelation>
| Improve this Doc View Source

FieldsToTrack

Gets or sets the fields to add to or update on the Layout.

Declaration
public List<CategoryField> FieldsToTrack { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CategoryField>
| Improve this Doc View Source

LayoutId

Gets or sets the Artifact ID of the Layout.

Declaration
public int LayoutId { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX