Class SharedContentCopyDetails
Copied shared file/folder to own Dropbox.
Inheritance
System.Object
SharedContentCopyDetails
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 SharedContentCopyDetails
Constructors
| Improve this Doc View SourceSharedContentCopyDetails(String, AccessLevel, String, UserLogInfo)
Initializes a new instance of the SharedContentCopyDetails class.
Declaration
public SharedContentCopyDetails(string sharedContentLink, AccessLevel sharedContentAccessLevel, string destinationPath, UserLogInfo sharedContentOwner = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | sharedContentLink | Shared content link. |
| AccessLevel | sharedContentAccessLevel | Shared content access level. |
| System.String | destinationPath | The path where the member saved the content. |
| UserLogInfo | sharedContentOwner | The shared content owner. |
Properties
| Improve this Doc View SourceDestinationPath
The path where the member saved the content.
Declaration
public string DestinationPath { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SharedContentAccessLevel
Shared content access level.
Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AccessLevel |
SharedContentLink
Shared content link.
Declaration
public string SharedContentLink { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SharedContentOwner
The shared content owner.
Declaration
public UserLogInfo SharedContentOwner { get; protected set; }
Property Value
| Type | Description |
|---|---|
| UserLogInfo |