Class FlexibleFileNamesPolicy
Flexible file names policy
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class FlexibleFileNamesPolicy
Constructors
View SourceFlexibleFileNamesPolicy()
Initializes a new instance of the FlexibleFileNamesPolicy class.
Declaration
public FlexibleFileNamesPolicy()
Properties
View SourceAsOff
Gets this instance as a Off, or null.
Declaration
public FlexibleFileNamesPolicy.Off AsOff { get; }
Property Value
| Type | Description |
|---|---|
| FlexibleFileNamesPolicy.Off |
AsOffDefault
Gets this instance as a OffDefault, or null.
Declaration
public FlexibleFileNamesPolicy.OffDefault AsOffDefault { get; }
Property Value
| Type | Description |
|---|---|
| FlexibleFileNamesPolicy.OffDefault |
AsOptional
Gets this instance as a Optional, or null.
Declaration
public FlexibleFileNamesPolicy.Optional AsOptional { get; }
Property Value
| Type | Description |
|---|---|
| FlexibleFileNamesPolicy.Optional |
AsOptionalDefault
Gets this instance as a OptionalDefault, or null.
Declaration
public FlexibleFileNamesPolicy.OptionalDefault AsOptionalDefault { get; }
Property Value
| Type | Description |
|---|---|
| FlexibleFileNamesPolicy.OptionalDefault |
AsOther
Gets this instance as a Other, or null.
Declaration
public FlexibleFileNamesPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| FlexibleFileNamesPolicy.Other |
AsRequired
Gets this instance as a Required, or null.
Declaration
public FlexibleFileNamesPolicy.Required AsRequired { get; }
Property Value
| Type | Description |
|---|---|
| FlexibleFileNamesPolicy.Required |
AsRequiredDefault
Gets this instance as a RequiredDefault, or null.
Declaration
public FlexibleFileNamesPolicy.RequiredDefault AsRequiredDefault { get; }
Property Value
| Type | Description |
|---|---|
| FlexibleFileNamesPolicy.RequiredDefault |
IsOff
Gets a value indicating whether this instance is Off
Declaration
public bool IsOff { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOffDefault
Gets a value indicating whether this instance is OffDefault
Declaration
public bool IsOffDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOptional
Gets a value indicating whether this instance is Optional
Declaration
public bool IsOptional { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOptionalDefault
Gets a value indicating whether this instance is OptionalDefault
Declaration
public bool IsOptionalDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRequired
Gets a value indicating whether this instance is Required
Declaration
public bool IsRequired { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRequiredDefault
Gets a value indicating whether this instance is RequiredDefault
Declaration
public bool IsRequiredDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |