Dropbox .NET SDK

Class SharedContentRemoveMemberDetails

Removed user/group from shared file/folder.

Inheritance
object
SharedContentRemoveMemberDetails
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 SharedContentRemoveMemberDetails

Constructors

View Source

SharedContentRemoveMemberDetails(AccessLevel)

Initializes a new instance of the SharedContentRemoveMemberDetails class.

Declaration
public SharedContentRemoveMemberDetails(AccessLevel sharedContentAccessLevel = null)
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