Dropbox .NET SDK
Show / Hide Table of Contents

Class MemberAction.Other

The other object

Inheritance
object
MemberAction
MemberAction.Other
Inherited Members
MemberAction.IsLeaveACopy
MemberAction.AsLeaveACopy
MemberAction.IsMakeEditor
MemberAction.AsMakeEditor
MemberAction.IsMakeOwner
MemberAction.AsMakeOwner
MemberAction.IsMakeViewer
MemberAction.AsMakeViewer
MemberAction.IsMakeViewerNoComment
MemberAction.AsMakeViewerNoComment
MemberAction.IsRemove
MemberAction.AsRemove
MemberAction.IsOther
MemberAction.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class MemberAction.Other : MemberAction

Fields

View Source

Instance

A singleton instance of Other

Declaration
public static readonly MemberAction.Other Instance
Field Value
Type Description
MemberAction.Other
  • View Source
In this article
Back to top Dropbox .NET SDK