• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class MissingDetails

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

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

Constructors

| Improve this Doc View Source

MissingDetails(String)

Initializes a new instance of the MissingDetails class.

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

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

Properties

| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MissingDetails(String)
  • Properties
    • SourceEventFields
Back to top Generated by DocFX