Class SharingMemberPolicy
External sharing policy
Inheritance
SharingMemberPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharingMemberPolicy
Constructors
View SourceSharingMemberPolicy()
Initializes a new instance of the SharingMemberPolicy class.
Declaration
public SharingMemberPolicy()
Properties
View SourceAsAllow
Gets this instance as a Allow, or null.
Declaration
public SharingMemberPolicy.Allow AsAllow { get; }
Property Value
| Type | Description |
|---|---|
| SharingMemberPolicy.Allow |
AsForbid
Gets this instance as a Forbid, or null.
Declaration
public SharingMemberPolicy.Forbid AsForbid { get; }
Property Value
| Type | Description |
|---|---|
| SharingMemberPolicy.Forbid |
AsForbidWithExclusions
Gets this instance as a ForbidWithExclusions, or null.
Declaration
public SharingMemberPolicy.ForbidWithExclusions AsForbidWithExclusions { get; }
Property Value
| Type | Description |
|---|---|
| SharingMemberPolicy.ForbidWithExclusions |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharingMemberPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharingMemberPolicy.Other |
IsAllow
Gets a value indicating whether this instance is Allow
Declaration
public bool IsAllow { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsForbid
Gets a value indicating whether this instance is Forbid
Declaration
public bool IsForbid { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsForbidWithExclusions
Gets a value indicating whether this instance is ForbidWithExclusions
Declaration
public bool IsForbidWithExclusions { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |