Show / Hide Table of Contents

Class SharePathError.AlreadyShared

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

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

Constructors

| Improve this Doc View Source

AlreadyShared(SharedFolderMetadata)

Initializes a new instance of the SharePathError.AlreadyShared class.

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

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public SharedFolderMetadata Value { get; }
Property Value
Type Description
SharedFolderMetadata
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AlreadyShared(SharedFolderMetadata)
  • Properties
    • Value
Back to top Generated by DocFX