Show / Hide Table of Contents

Class DropboxPasswordsExportedDetails

Exported passwords.

Inheritance
System.Object
DropboxPasswordsExportedDetails
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 DropboxPasswordsExportedDetails

Constructors

| Improve this Doc View Source

DropboxPasswordsExportedDetails(String)

Initializes a new instance of the DropboxPasswordsExportedDetails class.

Declaration
public DropboxPasswordsExportedDetails(string platform)
Parameters
Type Name Description
System.String platform

The platform the device runs export.

Properties

| Improve this Doc View Source

Platform

The platform the device runs export.

Declaration
public string Platform { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DropboxPasswordsExportedDetails(String)
  • Properties
    • Platform
Back to top Generated by DocFX