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 SourcePaperContentAddToFolderDetails(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 SourceEventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
ParentAssetIndex
Parent asset position in the Assets list.
Declaration
public ulong ParentAssetIndex { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
TargetAssetIndex
Target asset position in the Assets list.
Declaration
public ulong TargetAssetIndex { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |