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 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 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.Nullable<System.UInt64> |
TargetAssetIndex
Target asset position in the Assets list.
Declaration
public ulong? TargetAssetIndex { get; protected set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt64> |