Show / Hide Table of Contents

Class LegalHoldsPolicyUpdateArg

The legal holds policy update arg object

Inheritance
System.Object
LegalHoldsPolicyUpdateArg
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsPolicyUpdateArg

Constructors

| Improve this Doc View Source

LegalHoldsPolicyUpdateArg(String, String, String, IEnumerable<String>)

Initializes a new instance of the LegalHoldsPolicyUpdateArg class.

Declaration
public LegalHoldsPolicyUpdateArg(string id, string name = null, string description = null, IEnumerable<string> members = null)
Parameters
Type Name Description
System.String id

The legal hold Id.

System.String name

Policy new name.

System.String description

Policy new description.

System.Collections.Generic.IEnumerable<System.String> members

List of team member IDs to apply the policy on.

Properties

| Improve this Doc View Source

Description

Policy new description.

Declaration
public string Description { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Id

The legal hold Id.

Declaration
public string Id { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Members

List of team member IDs to apply the policy on.

Declaration
public IList<string> Members { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
| Improve this Doc View Source

Name

Policy new name.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LegalHoldsPolicyUpdateArg(String, String, String, IEnumerable<String>)
  • Properties
    • Description
    • Id
    • Members
    • Name
Back to top Generated by DocFX