Show / Hide Table of Contents

Class OriginLogInfo

The origin from which the actor performed the action.

Inheritance
System.Object
OriginLogInfo
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 OriginLogInfo

Constructors

| Improve this Doc 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

| Improve this Doc View Source

AccessMethod

The method that was used to perform the action.

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

GeoLocation

Geographic location details.

Declaration
public GeoLocationLogInfo GeoLocation { get; protected set; }
Property Value
Type Description
GeoLocationLogInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX