Class ChangeLinkExpirationPolicy
Policy for deciding whether the team's default expiration days policy must be enforced when an externally shared link is updated
Inheritance
System.Object
ChangeLinkExpirationPolicy
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 ChangeLinkExpirationPolicy
Constructors
| Improve this Doc View SourceChangeLinkExpirationPolicy()
Initializes a new instance of the ChangeLinkExpirationPolicy class.
Declaration
public ChangeLinkExpirationPolicy()
Properties
| Improve this Doc View SourceAsAllowed
Gets this instance as a Allowed, or null.
Declaration
public ChangeLinkExpirationPolicy.Allowed AsAllowed { get; }
Property Value
| Type | Description |
|---|---|
| ChangeLinkExpirationPolicy.Allowed |
AsNotAllowed
Gets this instance as a NotAllowed, or null.
Declaration
public ChangeLinkExpirationPolicy.NotAllowed AsNotAllowed { get; }
Property Value
| Type | Description |
|---|---|
| ChangeLinkExpirationPolicy.NotAllowed |
AsOther
Gets this instance as a Other, or null.
Declaration
public ChangeLinkExpirationPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ChangeLinkExpirationPolicy.Other |
IsAllowed
Gets a value indicating whether this instance is Allowed
Declaration
public bool IsAllowed { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsNotAllowed
Gets a value indicating whether this instance is NotAllowed
Declaration
public bool IsNotAllowed { 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 |