Show / Hide Table of Contents

Class GroupDeleteDetails

Deleted group.

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

Constructors

| Improve this Doc View Source

GroupDeleteDetails(Nullable<Boolean>)

Initializes a new instance of the GroupDeleteDetails class.

Declaration
public GroupDeleteDetails(bool? isCompanyManaged = null)
Parameters
Type Name Description
System.Nullable<System.Boolean> isCompanyManaged

Is company managed group.

Properties

| Improve this Doc View Source

IsCompanyManaged

Is company managed group.

Declaration
public bool? IsCompanyManaged { get; protected set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupDeleteDetails(Nullable<Boolean>)
  • Properties
    • IsCompanyManaged
Back to top Generated by DocFX