Dropbox .NET SDK

Class DropboxPasswordsExportedDetails

Exported passwords.

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

Constructors

View Source

DropboxPasswordsExportedDetails(string)

Initializes a new instance of the DropboxPasswordsExportedDetails class.

Declaration
public DropboxPasswordsExportedDetails(string platform)
Parameters
Type Name Description
string platform

The platform the device runs export.

Properties

View Source

Platform

The platform the device runs export.

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