SharedContentCopyDetails
public class SharedContentCopyDetails : CustomStringConvertible, JSONRepresentable
Copied shared file/folder to own Dropbox.
-
Shared content link.
Declaration
Swift
public let sharedContentLink: String -
The shared content owner.
Declaration
Swift
public let sharedContentOwner: TeamLog.UserLogInfo? -
Shared content access level.
Declaration
Swift
public let sharedContentAccessLevel: Sharing.AccessLevel -
The path where the member saved the content.
Declaration
Swift
public let destinationPath: String -
Declaration
Swift
public var description: String { get }
View on GitHub
SharedContentCopyDetails Class Reference