Created by Docfx
  • Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class SharingMemberPolicy

External sharing policy

Inheritance
System.Object
SharingMemberPolicy
SharingMemberPolicy.Allow
SharingMemberPolicy.Forbid
SharingMemberPolicy.ForbidWithExclusions
SharingMemberPolicy.Other
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 SharingMemberPolicy

Constructors

| Improve this Doc View Source

SharingMemberPolicy()

Initializes a new instance of the SharingMemberPolicy class.

Declaration
public SharingMemberPolicy()

Properties

| Improve this Doc View Source

AsAllow

Gets this instance as a Allow, or null.

Declaration
public SharingMemberPolicy.Allow AsAllow { get; }
Property Value
Type Description
SharingMemberPolicy.Allow
| Improve this Doc View Source

AsForbid

Gets this instance as a Forbid, or null.

Declaration
public SharingMemberPolicy.Forbid AsForbid { get; }
Property Value
Type Description
SharingMemberPolicy.Forbid
| Improve this Doc View Source

AsForbidWithExclusions

Gets this instance as a ForbidWithExclusions, or null.

Declaration
public SharingMemberPolicy.ForbidWithExclusions AsForbidWithExclusions { get; }
Property Value
Type Description
SharingMemberPolicy.ForbidWithExclusions
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SharingMemberPolicy.Other AsOther { get; }
Property Value
Type Description
SharingMemberPolicy.Other
| Improve this Doc View Source

IsAllow

Gets a value indicating whether this instance is Allow

Declaration
public bool IsAllow { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsForbid

Gets a value indicating whether this instance is Forbid

Declaration
public bool IsForbid { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsForbidWithExclusions

Gets a value indicating whether this instance is ForbidWithExclusions

Declaration
public bool IsForbidWithExclusions { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharingMemberPolicy()
  • Properties
    • AsAllow
    • AsForbid
    • AsForbidWithExclusions
    • AsOther
    • IsAllow
    • IsForbid
    • IsForbidWithExclusions
    • IsOther
Back to top Generated by DocFX