Show / Hide Table of Contents

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
ChangeLinkExpirationPolicy.Allowed
ChangeLinkExpirationPolicy.NotAllowed
ChangeLinkExpirationPolicy.Other
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 Source

ChangeLinkExpirationPolicy()

Initializes a new instance of the ChangeLinkExpirationPolicy class.

Declaration
public ChangeLinkExpirationPolicy()

Properties

| Improve this Doc View Source

AsAllowed

Gets this instance as a Allowed, or null.

Declaration
public ChangeLinkExpirationPolicy.Allowed AsAllowed { get; }
Property Value
Type Description
ChangeLinkExpirationPolicy.Allowed
| Improve this Doc View Source

AsNotAllowed

Gets this instance as a NotAllowed, or null.

Declaration
public ChangeLinkExpirationPolicy.NotAllowed AsNotAllowed { get; }
Property Value
Type Description
ChangeLinkExpirationPolicy.NotAllowed
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ChangeLinkExpirationPolicy.Other AsOther { get; }
Property Value
Type Description
ChangeLinkExpirationPolicy.Other
| Improve this Doc View Source

IsAllowed

Gets a value indicating whether this instance is Allowed

Declaration
public bool IsAllowed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNotAllowed

Gets a value indicating whether this instance is NotAllowed

Declaration
public bool IsNotAllowed { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ChangeLinkExpirationPolicy()
  • Properties
    • AsAllowed
    • AsNotAllowed
    • AsOther
    • IsAllowed
    • IsNotAllowed
    • IsOther
Back to top Generated by DocFX