Represents results of a pivot export.
Inheritance Hierarchy
Relativity.Services.Pivot.PivotExportResult
Namespace: Relativity.Services.Pivot
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The PivotExportResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PivotExportResult | Initializes a new instance of the PivotExportResult class |
Properties
Name | Description | |
---|---|---|
![]() | Content |
Gets or sets the content that is encoded with base-64 digits.
|
![]() | ContentType |
Gets or sets the type of the content.
|
![]() | Success |
Gets or sets a value indicating whether this PivotExportResult is success.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also