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 SourceLegalHoldsPolicyUpdateArg(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 SourceDescription
Policy new description.
Declaration
public string Description { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The legal hold Id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
Name
Policy new name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |