Click or drag to resize

RepsertTitleResult Class

Response from the RepsertTitle API method.
Inheritance Hierarchy
System.Object
  Orthogonal.Hoarder.StdLib.DTO.RepsertTitleResult

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public sealed class RepsertTitleResult : IEquatable<RepsertTitleResult>

The RepsertTitleResult type exposes the following members.

Constructors
 NameDescription
Public methodRepsertTitleResult Response from the RepsertTitle API method.
Top
Properties
 NameDescription
Public propertyCreatedTrue if the title was created, False if it was updated.
Public propertySavedTitleThe title after update.
Top
See Also