Class EnforceLinkPasswordPolicy
Policy for deciding whether password must be enforced when an externally shared link is updated
Inheritance
System.Object
EnforceLinkPasswordPolicy
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 SourceEnforceLinkPasswordPolicy()
Initializes a new instance of the EnforceLinkPasswordPolicy class.
Declaration
public EnforceLinkPasswordPolicy()
Properties
| Improve this Doc View SourceAsOptional
Gets this instance as a Optional, or null
.
Declaration
public EnforceLinkPasswordPolicy.Optional AsOptional { get; }
Property Value
Type | Description |
---|---|
EnforceLinkPasswordPolicy.Optional |
AsOther
Gets this instance as a Other, or null
.
Declaration
public EnforceLinkPasswordPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
EnforceLinkPasswordPolicy.Other |
AsRequired
Gets this instance as a Required, or null
.
Declaration
public EnforceLinkPasswordPolicy.Required AsRequired { get; }
Property Value
Type | Description |
---|---|
EnforceLinkPasswordPolicy.Required |
IsOptional
Gets a value indicating whether this instance is Optional
Declaration
public bool IsOptional { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequired
Gets a value indicating whether this instance is Required
Declaration
public bool IsRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |