Show / Hide Table of Contents

Class MemberRequestsChangePolicyDetails

Changed whether users can find team when not invited.

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

Constructors

| Improve this Doc View Source

MemberRequestsChangePolicyDetails(MemberRequestsPolicy, MemberRequestsPolicy)

Initializes a new instance of the MemberRequestsChangePolicyDetails class.

Declaration
public MemberRequestsChangePolicyDetails(MemberRequestsPolicy newValue, MemberRequestsPolicy previousValue = null)
Parameters
Type Name Description
MemberRequestsPolicy newValue

New member change requests policy.

MemberRequestsPolicy previousValue

Previous member change requests policy. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New member change requests policy.

Declaration
public MemberRequestsPolicy NewValue { get; protected set; }
Property Value
Type Description
MemberRequestsPolicy
| Improve this Doc View Source

PreviousValue

Previous member change requests policy. Might be missing due to historical data gap.

Declaration
public MemberRequestsPolicy PreviousValue { get; protected set; }
Property Value
Type Description
MemberRequestsPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberRequestsChangePolicyDetails(MemberRequestsPolicy, MemberRequestsPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX