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 SourcePaperContentRemoveFromFolderDetails(String, Nullable<UInt64>, Nullable<UInt64>)
Initializes a new instance of the Paper
Declaration
public PaperContentRemoveFromFolderDetails(string eventUuid, ulong? targetAssetIndex = null, ulong? parentAssetIndex = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
eventUuid | Event unique identifier. |
System. |
targetAssetIndex | Target asset position in the Assets list. |
System. |
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. |
ParentAssetIndex
Parent asset position in the Assets list.
Declaration
public ulong? ParentAssetIndex { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
TargetAssetIndex
Target asset position in the Assets list.
Declaration
public ulong? TargetAssetIndex { get; protected set; }
Property Value
Type | Description |
---|---|
System. |