Class FileMemberActionIndividualResult
The file member action individual result object
Inheritance
System.Object
FileMemberActionIndividualResult
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class FileMemberActionIndividualResult
Constructors
| Improve this Doc View SourceFileMemberActionIndividualResult()
Initializes a new instance of the FileMemberActionIndividualResult class.
Declaration
public FileMemberActionIndividualResult()
Properties
| Improve this Doc View SourceAsMemberError
Gets this instance as a MemberError, or null
.
Declaration
public FileMemberActionIndividualResult.MemberError AsMemberError { get; }
Property Value
Type | Description |
---|---|
FileMemberActionIndividualResult.MemberError |
AsSuccess
Gets this instance as a Success, or null
.
Declaration
public FileMemberActionIndividualResult.Success AsSuccess { get; }
Property Value
Type | Description |
---|---|
FileMemberActionIndividualResult.Success |
IsMemberError
Gets a value indicating whether this instance is MemberError
Declaration
public bool IsMemberError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSuccess
Gets a value indicating whether this instance is Success
Declaration
public bool IsSuccess { get; }
Property Value
Type | Description |
---|---|
System.Boolean |