Dropbox .NET SDK
Show / Hide Table of Contents

Class LegalHoldsListPoliciesArg

The legal holds list policies arg object

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

Constructors

View Source

LegalHoldsListPoliciesArg(bool)

Initializes a new instance of the LegalHoldsListPoliciesArg class.

Declaration
public LegalHoldsListPoliciesArg(bool includeReleased = false)
Parameters
Type Name Description
bool includeReleased

Whether to return holds that were released.

Properties

View Source

IncludeReleased

Whether to return holds that were released.

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