Dropbox .NET SDK
Show / Hide Table of Contents

Class SharePathErrorV2.AlreadyShared

Folder is already shared. Contains metadata about the existing shared folder.

Inheritance
object
SharePathErrorV2
SharePathErrorV2.AlreadyShared
Inherited Members
SharePathErrorV2.IsIsFamily
SharePathErrorV2.AsIsFamily
SharePathErrorV2.IsContainsAppFolder
SharePathErrorV2.AsContainsAppFolder
SharePathErrorV2.IsIsFile
SharePathErrorV2.AsIsFile
SharePathErrorV2.IsInsideSharedFolder
SharePathErrorV2.AsInsideSharedFolder
SharePathErrorV2.IsContainsSharedFolder
SharePathErrorV2.AsContainsSharedFolder
SharePathErrorV2.IsContainsTeamFolder
SharePathErrorV2.AsContainsTeamFolder
SharePathErrorV2.IsIsAppFolder
SharePathErrorV2.AsIsAppFolder
SharePathErrorV2.IsInsideAppFolder
SharePathErrorV2.AsInsideAppFolder
SharePathErrorV2.IsIsPublicFolder
SharePathErrorV2.AsIsPublicFolder
SharePathErrorV2.IsInsidePublicFolder
SharePathErrorV2.AsInsidePublicFolder
SharePathErrorV2.IsAlreadyShared
SharePathErrorV2.AsAlreadyShared
SharePathErrorV2.IsInvalidPath
SharePathErrorV2.AsInvalidPath
SharePathErrorV2.IsIsOsxPackage
SharePathErrorV2.AsIsOsxPackage
SharePathErrorV2.IsInsideOsxPackage
SharePathErrorV2.AsInsideOsxPackage
SharePathErrorV2.IsIsVault
SharePathErrorV2.AsIsVault
SharePathErrorV2.IsIsVaultLocked
SharePathErrorV2.AsIsVaultLocked
SharePathErrorV2.IsOther
SharePathErrorV2.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 SharePathErrorV2.AlreadyShared : SharePathErrorV2

Constructors

View Source

AlreadyShared(SharedFolderMetadata)

Initializes a new instance of the SharePathErrorV2.AlreadyShared class.

Declaration
public AlreadyShared(SharedFolderMetadata value)
Parameters
Type Name Description
SharedFolderMetadata value

The value

Properties

View Source

Value

Gets the value of this instance.

Declaration
public SharedFolderMetadata Value { get; }
Property Value
Type Description
SharedFolderMetadata
  • View Source
In this article
Back to top Dropbox .NET SDK