Dropbox .NET SDK
Show / Hide Table of Contents

Class UnshareFileArg

Arguments for UnshareFileAsync(UnshareFileArg).

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

Constructors

View Source

UnshareFileArg(string)

Initializes a new instance of the UnshareFileArg class.

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

The file to unshare.

Properties

View Source

File

The file to unshare.

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