Show / Hide Table of Contents

Class UnshareFileArg

Arguments for UnshareFileAsync(UnshareFileArg).

Inheritance
System.Object
UnshareFileArg
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 UnshareFileArg

Constructors

| Improve this Doc View Source

UnshareFileArg(String)

Initializes a new instance of the UnshareFileArg class.

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

The file to unshare.

Properties

| Improve this Doc View Source

File

The file to unshare.

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