Class SharedLinkCopyDetails
Added file/folder to Dropbox from shared link.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkCopyDetails
Constructors
View SourceSharedLinkCopyDetails(UserLogInfo)
Initializes a new instance of the SharedLinkCopyDetails class.
Declaration
public SharedLinkCopyDetails(UserLogInfo sharedLinkOwner = null)
Parameters
| Type | Name | Description |
|---|---|---|
| UserLogInfo | sharedLinkOwner | Shared link owner details. Might be missing due to historical data gap. |
Properties
View SourceSharedLinkOwner
Shared link owner details. Might be missing due to historical data gap.
Declaration
public UserLogInfo SharedLinkOwner { get; protected set; }
Property Value
| Type | Description |
|---|---|
| UserLogInfo |