Show / Hide Table of Contents

Class RelocateAssetReferencesLogInfo

Provides the indices of the source asset and the destination asset for a relocate action.

Inheritance
System.Object
RelocateAssetReferencesLogInfo
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 RelocateAssetReferencesLogInfo

Constructors

| Improve this Doc View Source

RelocateAssetReferencesLogInfo(UInt64, UInt64)

Initializes a new instance of the RelocateAssetReferencesLogInfo class.

Declaration
public RelocateAssetReferencesLogInfo(ulong srcAssetIndex, ulong destAssetIndex)
Parameters
Type Name Description
System.UInt64 srcAssetIndex

Source asset position in the Assets list.

System.UInt64 destAssetIndex

Destination asset position in the Assets list.

Properties

| Improve this Doc View Source

DestAssetIndex

Destination asset position in the Assets list.

Declaration
public ulong DestAssetIndex { get; protected set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

SrcAssetIndex

Source asset position in the Assets list.

Declaration
public ulong SrcAssetIndex { get; protected set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX