Class SharingMemberPolicy
External sharing policy
Inheritance
System.Object
SharingMemberPolicy
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 SourceSharingMemberPolicy()
Initializes a new instance of the SharingMemberPolicy class.
Declaration
public SharingMemberPolicy()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsForbid
Gets a value indicating whether this instance is Forbid
Declaration
public bool IsForbid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsForbidWithExclusions
Gets a value indicating whether this instance is ForbidWithExclusions
Declaration
public bool IsForbidWithExclusions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |