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 SourceAppId
Gets or sets the Artifact ID of the Workspace.
Declaration
public int AppId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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> |
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> |
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> |
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> |
LayoutId
Gets or sets the Artifact ID of the Layout.
Declaration
public int LayoutId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |