• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class TeamFolderDowngradeDetails

Downgraded team folder to regular shared folder.

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

Constructors

| Improve this Doc View Source

TeamFolderDowngradeDetails(UInt64)

Initializes a new instance of the TeamFolderDowngradeDetails class.

Declaration
public TeamFolderDowngradeDetails(ulong targetAssetIndex)
Parameters
Type Name Description
System.UInt64 targetAssetIndex

Target asset position in the Assets list.

Properties

| Improve this Doc View Source

TargetAssetIndex

Target asset position in the Assets list.

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