Dropbox .NET SDK
Show / Hide Table of Contents

Class CountFileRequestsResult

Result for CountAsync().

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

Constructors

View Source

CountFileRequestsResult(ulong)

Initializes a new instance of the CountFileRequestsResult class.

Declaration
public CountFileRequestsResult(ulong fileRequestCount)
Parameters
Type Name Description
ulong fileRequestCount

The number file requests owner by this user.

Properties

View Source

FileRequestCount

The number file requests owner by this user.

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