Show / Hide Table of Contents

Class RelinquishFileMembershipArg

The relinquish file membership arg object

Inheritance
System.Object
RelinquishFileMembershipArg
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RelinquishFileMembershipArg

Constructors

| Improve this Doc View Source

RelinquishFileMembershipArg(String)

Initializes a new instance of the RelinquishFileMembershipArg class.

Declaration
public RelinquishFileMembershipArg(string file)
Parameters
Type Name Description
System.String file

The path or id for the file.

Properties

| Improve this Doc View Source

File

The path or id for the file.

Declaration
public string File { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RelinquishFileMembershipArg(String)
  • Properties
    • File
Back to top Generated by DocFX