Dropbox .NET SDK
Show / Hide Table of Contents

Class EnforceLinkPasswordPolicy

Policy governing whether new links shared outside the team require passwords.

Inheritance
object
EnforceLinkPasswordPolicy
EnforceLinkPasswordPolicy.Optional
EnforceLinkPasswordPolicy.Other
EnforceLinkPasswordPolicy.Required
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class EnforceLinkPasswordPolicy

Constructors

View Source

EnforceLinkPasswordPolicy()

Initializes a new instance of the EnforceLinkPasswordPolicy class.

Declaration
public EnforceLinkPasswordPolicy()

Properties

View Source

AsOptional

Gets this instance as a Optional, or null.

Declaration
public EnforceLinkPasswordPolicy.Optional AsOptional { get; }
Property Value
Type Description
EnforceLinkPasswordPolicy.Optional
View Source

AsOther

Gets this instance as a Other, or null.

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

AsRequired

Gets this instance as a Required, or null.

Declaration
public EnforceLinkPasswordPolicy.Required AsRequired { get; }
Property Value
Type Description
EnforceLinkPasswordPolicy.Required
View Source

IsOptional

Gets a value indicating whether this instance is Optional

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

IsRequired

Gets a value indicating whether this instance is Required

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