Class ExternalUserLogInfo
A user without a Dropbox account.
Inheritance
System.Object
ExternalUserLogInfo
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 ExternalUserLogInfo
Constructors
| Improve this Doc View SourceExternalUserLogInfo(String, IdentifierType)
Initializes a new instance of the ExternalUserLogInfo class.
Declaration
public ExternalUserLogInfo(string userIdentifier, IdentifierType identifierType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | userIdentifier | An external user identifier. |
| IdentifierType | identifierType | Identifier type. |
Properties
| Improve this Doc View SourceIdentifierType
Identifier type.
Declaration
public IdentifierType IdentifierType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IdentifierType |
UserIdentifier
An external user identifier.
Declaration
public string UserIdentifier { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |