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 SourceMissingDetails(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 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 |
---|---|
System.String |