Dropbox .NET SDK

Class SharedContentRestoreMemberDetails

Restored users and/or groups to membership of shared file/folder.

Inheritance
object
SharedContentRestoreMemberDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedContentRestoreMemberDetails

Constructors

View Source

SharedContentRestoreMemberDetails(AccessLevel)

Initializes a new instance of the SharedContentRestoreMemberDetails class.

Declaration
public SharedContentRestoreMemberDetails(AccessLevel sharedContentAccessLevel)
Parameters
Type Name Description
AccessLevel sharedContentAccessLevel

Shared content access level.

Properties

View Source

SharedContentAccessLevel

Shared content access level.

Declaration
public AccessLevel SharedContentAccessLevel { get; protected set; }
Property Value
Type Description
AccessLevel
  • View Source
In this article
Back to top Dropbox .NET SDK