Class ChangeLinkExpirationPolicy
Policy for deciding whether the team's default expiration days policy must be enforced when an externally shared link is updated
Inheritance
ChangeLinkExpirationPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ChangeLinkExpirationPolicy
Constructors
View SourceChangeLinkExpirationPolicy()
Initializes a new instance of the ChangeLinkExpirationPolicy class.
Declaration
public ChangeLinkExpirationPolicy()
Properties
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 |
|---|---|
| bool |
IsNotAllowed
Gets a value indicating whether this instance is NotAllowed
Declaration
public bool IsNotAllowed { 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 |