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 SourceOriginLogInfo(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 SourceAccessMethod
The method that was used to perform the action.
Declaration
public AccessMethodLogInfo AccessMethod { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AccessMethodLogInfo |
GeoLocation
Geographic location details.
Declaration
public GeoLocationLogInfo GeoLocation { get; protected set; }
Property Value
| Type | Description |
|---|---|
| GeoLocationLogInfo |