Dropbox .NET SDK

Class FileSaveCopyReferenceDetails

Saved file/folder using copy reference.

Inheritance
object
FileSaveCopyReferenceDetails
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 FileSaveCopyReferenceDetails

Constructors

View Source

FileSaveCopyReferenceDetails(IEnumerable<RelocateAssetReferencesLogInfo>)

Initializes a new instance of the FileSaveCopyReferenceDetails class.

Declaration
public FileSaveCopyReferenceDetails(IEnumerable<RelocateAssetReferencesLogInfo> relocateActionDetails)
Parameters
Type Name Description
IEnumerable<RelocateAssetReferencesLogInfo> relocateActionDetails

Relocate action details.

Properties

View Source

RelocateActionDetails

Relocate action details.

Declaration
public IList<RelocateAssetReferencesLogInfo> RelocateActionDetails { get; protected set; }
Property Value
Type Description
IList<RelocateAssetReferencesLogInfo>
  • View Source
In this article
Back to top Dropbox .NET SDK