Class MoveIntoFamilyError
The move into family error object
Inheritance
System.Object
MoveIntoFamilyError
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 MoveIntoFamilyError
Constructors
| Improve this Doc View SourceMoveIntoFamilyError()
Initializes a new instance of the MoveIntoFamilyError class.
Declaration
public MoveIntoFamilyError()
Properties
| Improve this Doc View SourceAsIsSharedFolder
Gets this instance as a IsSharedFolder, or null
.
Declaration
public MoveIntoFamilyError.IsSharedFolder AsIsSharedFolder { get; }
Property Value
Type | Description |
---|---|
MoveIntoFamilyError.IsSharedFolder |
AsOther
Gets this instance as a Other, or null
.
Declaration
public MoveIntoFamilyError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
MoveIntoFamilyError.Other |
IsIsSharedFolder
Gets a value indicating whether this instance is IsSharedFolder
Declaration
public bool IsIsSharedFolder { 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 |