Show / Hide Table of Contents

Class EnforceLinkPasswordPolicy

Policy for deciding whether password must be enforced when an externally shared link is updated

Inheritance
System.Object
EnforceLinkPasswordPolicy
EnforceLinkPasswordPolicy.Optional
EnforceLinkPasswordPolicy.Other
EnforceLinkPasswordPolicy.Required
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 EnforceLinkPasswordPolicy

Constructors

| Improve this Doc View Source

EnforceLinkPasswordPolicy()

Initializes a new instance of the EnforceLinkPasswordPolicy class.

Declaration
public EnforceLinkPasswordPolicy()

Properties

| Improve this Doc View Source

AsOptional

Gets this instance as a Optional, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsRequired

Gets this instance as a Required, or null.

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

IsOptional

Gets a value indicating whether this instance is Optional

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

IsRequired

Gets a value indicating whether this instance is Required

Declaration
public bool IsRequired { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • EnforceLinkPasswordPolicy()
  • Properties
    • AsOptional
    • AsOther
    • AsRequired
    • IsOptional
    • IsOther
    • IsRequired
Back to top Generated by DocFX