Show / Hide Table of Contents

Class PaperContentRemoveFromFolderDetails

Removed Paper doc/folder from folder.

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

Constructors

| Improve this Doc View Source

PaperContentRemoveFromFolderDetails(String, Nullable<UInt64>, Nullable<UInt64>)

Initializes a new instance of the PaperContentRemoveFromFolderDetails class.

Declaration
public PaperContentRemoveFromFolderDetails(string eventUuid, ulong? targetAssetIndex = null, ulong? parentAssetIndex = null)
Parameters
Type Name Description
System.String eventUuid

Event unique identifier.

System.Nullable<System.UInt64> targetAssetIndex

Target asset position in the Assets list.

System.Nullable<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.Nullable<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.Nullable<System.UInt64>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperContentRemoveFromFolderDetails(String, Nullable<UInt64>, Nullable<UInt64>)
  • Properties
    • EventUuid
    • ParentAssetIndex
    • TargetAssetIndex
Back to top Generated by DocFX