Class FileSaveCopyReferenceDetails
Saved file/folder using copy reference.
Inheritance
System.Object
FileSaveCopyReferenceDetails
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 FileSaveCopyReferenceDetails
Constructors
| Improve this Doc View SourceFileSaveCopyReferenceDetails(IEnumerable<RelocateAssetReferencesLogInfo>)
Initializes a new instance of the FileSaveCopyReferenceDetails class.
Declaration
public FileSaveCopyReferenceDetails(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> |