Class GroupDeleteDetails
Deleted group.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupDeleteDetails
Constructors
View SourceGroupDeleteDetails(bool?)
Initializes a new instance of the GroupDeleteDetails class.
Declaration
public GroupDeleteDetails(bool? isCompanyManaged = null)
Parameters
| Type | Name | Description |
|---|---|---|
| bool? | isCompanyManaged | Is company managed group. |
Properties
View SourceIsCompanyManaged
Is company managed group.
Declaration
public bool? IsCompanyManaged { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |