Class LegalHoldsAddMembersDetails
Added members to a hold.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsAddMembersDetails
Constructors
View SourceLegalHoldsAddMembersDetails(string, string)
Initializes a new instance of the LegalHoldsAddMembersDetails class.
Declaration
public LegalHoldsAddMembersDetails(string legalHoldId, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | legalHoldId | Hold ID. |
| string | name | Hold name. |
Properties
View SourceLegalHoldId
Hold ID.
Declaration
public string LegalHoldId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Hold name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |