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 SourceUnshareFileArg(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 SourceFile
The file to unshare.
Declaration
public string File { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |