Dropbox .NET SDK
Show / Hide Table of Contents

Class LegalHoldsListHeldRevisionsArg

The legal holds list held revisions arg object

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

Constructors

View Source

LegalHoldsListHeldRevisionsArg(string)

Initializes a new instance of the LegalHoldsListHeldRevisionsArg class.

Declaration
public LegalHoldsListHeldRevisionsArg(string id)
Parameters
Type Name Description
string id

The legal hold Id.

Properties

View Source

Id

The legal hold Id.

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