Dropbox .NET SDK
Show / Hide Table of Contents

Class ChangeLinkExpirationPolicy

Enumerates acceptable values for team's ChangeLinkExpirationPolicy setting.

Inheritance
object
ChangeLinkExpirationPolicy
ChangeLinkExpirationPolicy.Allowed
ChangeLinkExpirationPolicy.NotAllowed
ChangeLinkExpirationPolicy.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ChangeLinkExpirationPolicy

Constructors

View Source

ChangeLinkExpirationPolicy()

Initializes a new instance of the ChangeLinkExpirationPolicy class.

Declaration
public ChangeLinkExpirationPolicy()

Properties

View Source

AsAllowed

Gets this instance as a Allowed, or null.

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

AsNotAllowed

Gets this instance as a NotAllowed, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAllowed

Gets a value indicating whether this instance is Allowed

Declaration
public bool IsAllowed { get; }
Property Value
Type Description
bool
View Source

IsNotAllowed

Gets a value indicating whether this instance is NotAllowed

Declaration
public bool IsNotAllowed { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK