Class ExternalUserLogInfo
A user without a Dropbox account.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ExternalUserLogInfo
Constructors
View SourceExternalUserLogInfo(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 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 |
|---|---|
| string |