Dropbox .NET SDK

Class SharingMemberPolicy

External sharing policy

Inheritance
object
SharingMemberPolicy
SharingMemberPolicy.Allow
SharingMemberPolicy.Forbid
SharingMemberPolicy.ForbidWithExclusions
SharingMemberPolicy.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharingMemberPolicy

Constructors

View Source

SharingMemberPolicy()

Initializes a new instance of the SharingMemberPolicy class.

Declaration
public SharingMemberPolicy()

Properties

View Source

AsAllow

Gets this instance as a Allow, or null.

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

AsForbid

Gets this instance as a Forbid, or null.

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

AsForbidWithExclusions

Gets this instance as a ForbidWithExclusions, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAllow

Gets a value indicating whether this instance is Allow

Declaration
public bool IsAllow { get; }
Property Value
Type Description
bool
View Source

IsForbid

Gets a value indicating whether this instance is Forbid

Declaration
public bool IsForbid { get; }
Property Value
Type Description
bool
View Source

IsForbidWithExclusions

Gets a value indicating whether this instance is ForbidWithExclusions

Declaration
public bool IsForbidWithExclusions { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK