Class FileCopyDetails
Copied files and/or folders.
Inheritance
System.Object
FileCopyDetails
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 FileCopyDetails
Constructors
| Improve this Doc View SourceFileCopyDetails(IEnumerable<RelocateAssetReferencesLogInfo>)
Initializes a new instance of the FileCopyDetails class.
Declaration
public FileCopyDetails(IEnumerable<RelocateAssetReferencesLogInfo> relocateActionDetails)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<RelocateAssetReferencesLogInfo> | relocateActionDetails | Relocate action details. |
Properties
| Improve this Doc View SourceRelocateActionDetails
Relocate action details.
Declaration
public IList<RelocateAssetReferencesLogInfo> RelocateActionDetails { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<RelocateAssetReferencesLogInfo> |