Dropbox .NET SDK

Class PaperContentRemoveFromFolderDetails

Removed Paper doc/folder from folder.

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

Constructors

View Source

PaperContentRemoveFromFolderDetails(string, ulong?, ulong?)

Initializes a new instance of the PaperContentRemoveFromFolderDetails class.

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

Event unique identifier.

ulong? targetAssetIndex

Target asset position in the Assets list.

ulong? parentAssetIndex

Parent asset position in the Assets list.

Properties

View Source

EventUuid

Event unique identifier.

Declaration
public string EventUuid { get; protected set; }
Property Value
Type Description
string
View Source

ParentAssetIndex

Parent asset position in the Assets list.

Declaration
public ulong? ParentAssetIndex { get; protected set; }
Property Value
Type Description
ulong?
View Source

TargetAssetIndex

Target asset position in the Assets list.

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