Dropbox .NET SDK

Class RelocateAssetReferencesLogInfo

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

Inheritance
object
RelocateAssetReferencesLogInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class RelocateAssetReferencesLogInfo

Constructors

View Source

RelocateAssetReferencesLogInfo(ulong, ulong)

Initializes a new instance of the RelocateAssetReferencesLogInfo class.

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

Source asset position in the Assets list.

ulong destAssetIndex

Destination asset position in the Assets list.

Properties

View Source

DestAssetIndex

Destination asset position in the Assets list.

Declaration
public ulong DestAssetIndex { get; protected set; }
Property Value
Type Description
ulong
View Source

SrcAssetIndex

Source asset position in the Assets list.

Declaration
public ulong SrcAssetIndex { get; protected set; }
Property Value
Type Description
ulong
  • View Source
In this article
Back to top Dropbox .NET SDK