Class MissingDetails
An indication that an error occurred while retrieving the event. Some attributes of the event may be omitted as a result.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MissingDetails
Constructors
View SourceMissingDetails(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 SourceSourceEventFields
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 |