Show / Hide Table of Contents

Class GroupCreateDetails

Created group.

Inheritance
System.Object
GroupCreateDetails
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 GroupCreateDetails

Constructors

| Improve this Doc View Source

GroupCreateDetails(Nullable<Boolean>, GroupJoinPolicy)

Initializes a new instance of the GroupCreateDetails class.

Declaration
public GroupCreateDetails(bool? isCompanyManaged = null, GroupJoinPolicy joinPolicy = null)
Parameters
Type Name Description
System.Nullable<System.Boolean> isCompanyManaged

Is company managed group.

GroupJoinPolicy joinPolicy

Group join policy.

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

JoinPolicy

Group join policy.

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