Class CreateFolderBatchError
The create folder batch error object
Inheritance
System.Object
    CreateFolderBatchError
      
      
  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.Files
Assembly: Dropbox.Api.dll
Syntax
public class CreateFolderBatchError
  Constructors
| Improve this Doc View SourceCreateFolderBatchError()
Initializes a new instance of the CreateFolderBatchError class.
Declaration
public CreateFolderBatchError()
  Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public CreateFolderBatchError.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| CreateFolderBatchError.Other | 
AsTooManyFiles
Gets this instance as a TooManyFiles, or null.
Declaration
public CreateFolderBatchError.TooManyFiles AsTooManyFiles { get; }
  Property Value
| Type | Description | 
|---|---|
| CreateFolderBatchError.TooManyFiles | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |