Dropbox .NET SDK

Class OriginLogInfo

The origin from which the actor performed the action.

Inheritance
object
OriginLogInfo
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 OriginLogInfo

Constructors

View Source

OriginLogInfo(AccessMethodLogInfo, GeoLocationLogInfo)

Initializes a new instance of the OriginLogInfo class.

Declaration
public OriginLogInfo(AccessMethodLogInfo accessMethod, GeoLocationLogInfo geoLocation = null)
Parameters
Type Name Description
AccessMethodLogInfo accessMethod

The method that was used to perform the action.

GeoLocationLogInfo geoLocation

Geographic location details.

Properties

View Source

AccessMethod

The method that was used to perform the action.

Declaration
public AccessMethodLogInfo AccessMethod { get; protected set; }
Property Value
Type Description
AccessMethodLogInfo
View Source

GeoLocation

Geographic location details.

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