Show / Hide Table of Contents

Class DefaultLinkExpirationDaysPolicy

Policy for the default number of days until an externally shared link expires

Inheritance
System.Object
DefaultLinkExpirationDaysPolicy
DefaultLinkExpirationDaysPolicy.Day1
DefaultLinkExpirationDaysPolicy.Day180
DefaultLinkExpirationDaysPolicy.Day3
DefaultLinkExpirationDaysPolicy.Day30
DefaultLinkExpirationDaysPolicy.Day7
DefaultLinkExpirationDaysPolicy.Day90
DefaultLinkExpirationDaysPolicy.None
DefaultLinkExpirationDaysPolicy.Other
DefaultLinkExpirationDaysPolicy.Year1
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 DefaultLinkExpirationDaysPolicy

Constructors

| Improve this Doc View Source

DefaultLinkExpirationDaysPolicy()

Initializes a new instance of the DefaultLinkExpirationDaysPolicy class.

Declaration
public DefaultLinkExpirationDaysPolicy()

Properties

| Improve this Doc View Source

AsDay1

Gets this instance as a Day1, or null.

Declaration
public DefaultLinkExpirationDaysPolicy.Day1 AsDay1 { get; }
Property Value
Type Description
DefaultLinkExpirationDaysPolicy.Day1
| Improve this Doc View Source

AsDay180

Gets this instance as a Day180, or null.

Declaration
public DefaultLinkExpirationDaysPolicy.Day180 AsDay180 { get; }
Property Value
Type Description
DefaultLinkExpirationDaysPolicy.Day180
| Improve this Doc View Source

AsDay3

Gets this instance as a Day3, or null.

Declaration
public DefaultLinkExpirationDaysPolicy.Day3 AsDay3 { get; }
Property Value
Type Description
DefaultLinkExpirationDaysPolicy.Day3
| Improve this Doc View Source

AsDay30

Gets this instance as a Day30, or null.

Declaration
public DefaultLinkExpirationDaysPolicy.Day30 AsDay30 { get; }
Property Value
Type Description
DefaultLinkExpirationDaysPolicy.Day30
| Improve this Doc View Source

AsDay7

Gets this instance as a Day7, or null.

Declaration
public DefaultLinkExpirationDaysPolicy.Day7 AsDay7 { get; }
Property Value
Type Description
DefaultLinkExpirationDaysPolicy.Day7
| Improve this Doc View Source

AsDay90

Gets this instance as a Day90, or null.

Declaration
public DefaultLinkExpirationDaysPolicy.Day90 AsDay90 { get; }
Property Value
Type Description
DefaultLinkExpirationDaysPolicy.Day90
| Improve this Doc View Source

AsNone

Gets this instance as a None, or null.

Declaration
public DefaultLinkExpirationDaysPolicy.None AsNone { get; }
Property Value
Type Description
DefaultLinkExpirationDaysPolicy.None
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsYear1

Gets this instance as a Year1, or null.

Declaration
public DefaultLinkExpirationDaysPolicy.Year1 AsYear1 { get; }
Property Value
Type Description
DefaultLinkExpirationDaysPolicy.Year1
| Improve this Doc View Source

IsDay1

Gets a value indicating whether this instance is Day1

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

IsDay180

Gets a value indicating whether this instance is Day180

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

IsDay3

Gets a value indicating whether this instance is Day3

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

IsDay30

Gets a value indicating whether this instance is Day30

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

IsDay7

Gets a value indicating whether this instance is Day7

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

IsDay90

Gets a value indicating whether this instance is Day90

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

IsNone

Gets a value indicating whether this instance is None

Declaration
public bool IsNone { 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

IsYear1

Gets a value indicating whether this instance is Year1

Declaration
public bool IsYear1 { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DefaultLinkExpirationDaysPolicy()
  • Properties
    • AsDay1
    • AsDay180
    • AsDay3
    • AsDay30
    • AsDay7
    • AsDay90
    • AsNone
    • AsOther
    • AsYear1
    • IsDay1
    • IsDay180
    • IsDay3
    • IsDay30
    • IsDay7
    • IsDay90
    • IsNone
    • IsOther
    • IsYear1
Back to top Generated by DocFX