Dropbox .NET SDK
Show / Hide Table of Contents

Class MoveIntoFamilyError

The move into family error object

Inheritance
object
MoveIntoFamilyError
MoveIntoFamilyError.IsSharedFolder
MoveIntoFamilyError.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class MoveIntoFamilyError

Constructors

View Source

MoveIntoFamilyError()

Initializes a new instance of the MoveIntoFamilyError class.

Declaration
public MoveIntoFamilyError()

Properties

View Source

AsIsSharedFolder

Gets this instance as a IsSharedFolder, or null.

Declaration
public MoveIntoFamilyError.IsSharedFolder AsIsSharedFolder { get; }
Property Value
Type Description
MoveIntoFamilyError.IsSharedFolder
View Source

AsOther

Gets this instance as a Other, or null.

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

IsIsSharedFolder

Gets a value indicating whether this instance is IsSharedFolder

Declaration
public bool IsIsSharedFolder { 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
In this article
Back to top Dropbox .NET SDK