Dropbox .NET SDK
Show / Hide Table of Contents

Class RelinquishFileMembershipArg

The relinquish file membership arg object

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

Constructors

View Source

RelinquishFileMembershipArg(string)

Initializes a new instance of the RelinquishFileMembershipArg class.

Declaration
public RelinquishFileMembershipArg(string file)
Parameters
Type Name Description
string file

The path or id for the file.

Properties

View Source

File

The path or id for the file.

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