Dropbox .NET SDK

Class MissingDetails

An indication that an error occurred while retrieving the event. Some attributes of the event may be omitted as a result.

Inheritance
object
MissingDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MissingDetails

Constructors

View Source

MissingDetails(string)

Initializes a new instance of the MissingDetails class.

Declaration
public MissingDetails(string sourceEventFields = null)
Parameters
Type Name Description
string sourceEventFields

All the data that could be retrieved and converted from the source event.

Properties

View Source

SourceEventFields

All the data that could be retrieved and converted from the source event.

Declaration
public string SourceEventFields { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK