Class RelocateAssetReferencesLogInfo
Provides the indices of the source asset and the destination asset for a relocate action.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class RelocateAssetReferencesLogInfo
Constructors
View SourceRelocateAssetReferencesLogInfo(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 SourceDestAssetIndex
Destination asset position in the Assets list.
Declaration
public ulong DestAssetIndex { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |
SrcAssetIndex
Source asset position in the Assets list.
Declaration
public ulong SrcAssetIndex { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong |