Dropbox .NET SDK

Class ExternalUserLogInfo

A user without a Dropbox account.

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

Constructors

View Source

ExternalUserLogInfo(string, IdentifierType)

Initializes a new instance of the ExternalUserLogInfo class.

Declaration
public ExternalUserLogInfo(string userIdentifier, IdentifierType identifierType)
Parameters
Type Name Description
string userIdentifier

An external user identifier.

IdentifierType identifierType

Identifier type.

Properties

View Source

IdentifierType

Identifier type.

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

UserIdentifier

An external user identifier.

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