Show / Hide Table of Contents

Class PaperContentAddToFolderDetails

Added Paper doc/folder to folder.

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

Constructors

| Improve this Doc View Source

PaperContentAddToFolderDetails(String, UInt64, UInt64)

Initializes a new instance of the PaperContentAddToFolderDetails class.

Declaration
public PaperContentAddToFolderDetails(string eventUuid, ulong targetAssetIndex, ulong parentAssetIndex)
Parameters
Type Name Description
System.String eventUuid

Event unique identifier.

System.UInt64 targetAssetIndex

Target asset position in the Assets list.

System.UInt64 parentAssetIndex

Parent asset position in the Assets list.

Properties

| Improve this Doc View Source

EventUuid

Event unique identifier.

Declaration
public string EventUuid { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ParentAssetIndex

Parent asset position in the Assets list.

Declaration
public ulong ParentAssetIndex { get; protected set; }
Property Value
Type Description
System.UInt64
| 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
    • PaperContentAddToFolderDetails(String, UInt64, UInt64)
  • Properties
    • EventUuid
    • ParentAssetIndex
    • TargetAssetIndex
Back to top Generated by DocFX