Dropbox .NET SDK
Show / Hide Table of Contents

Class SharePathErrorBaseV2.AlreadyShared

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

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

Constructors

View Source

AlreadyShared(SharedFolderMetadata)

Initializes a new instance of the SharePathErrorBaseV2.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