Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedLinkAlreadyExistsMetadata

The shared link already exists metadata object

Inheritance
object
SharedLinkAlreadyExistsMetadata
SharedLinkAlreadyExistsMetadata.Metadata
SharedLinkAlreadyExistsMetadata.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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkAlreadyExistsMetadata

Constructors

View Source

SharedLinkAlreadyExistsMetadata()

Initializes a new instance of the SharedLinkAlreadyExistsMetadata class.

Declaration
public SharedLinkAlreadyExistsMetadata()

Properties

View Source

AsMetadata

Gets this instance as a Metadata, or null.

Declaration
public SharedLinkAlreadyExistsMetadata.Metadata AsMetadata { get; }
Property Value
Type Description
SharedLinkAlreadyExistsMetadata.Metadata
View Source

AsOther

Gets this instance as a Other, or null.

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

IsMetadata

Gets a value indicating whether this instance is Metadata

Declaration
public bool IsMetadata { 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