Class PaperContentAddToFolderDetails
Added Paper doc/folder to folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperContentAddToFolderDetails
Constructors
View SourcePaperContentAddToFolderDetails(string, ulong, ulong)
Initializes a new instance of the PaperContentAddToFolderDetails class.
Declaration
public PaperContentAddToFolderDetails(string eventUuid, ulong targetAssetIndex, ulong parentAssetIndex)
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 SourceEventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAssetIndex
Parent asset position in the Assets list.
Declaration
public ulong ParentAssetIndex { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |
TargetAssetIndex
Target asset position in the Assets list.
Declaration
public ulong TargetAssetIndex { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |