Dropbox .NET SDK
Show / Hide Table of Contents

Class UpdateFolderPolicyError.DisallowedSharedLinkPolicy

The current account is not allowed to select the specified Dropbox.Api.Sharing.ShareFolderArg.SharedLinkPolicy.

Inheritance
object
UpdateFolderPolicyError
UpdateFolderPolicyError.DisallowedSharedLinkPolicy
Inherited Members
UpdateFolderPolicyError.IsAccessError
UpdateFolderPolicyError.AsAccessError
UpdateFolderPolicyError.IsNotOnTeam
UpdateFolderPolicyError.AsNotOnTeam
UpdateFolderPolicyError.IsTeamPolicyDisallowsMemberPolicy
UpdateFolderPolicyError.AsTeamPolicyDisallowsMemberPolicy
UpdateFolderPolicyError.IsDisallowedSharedLinkPolicy
UpdateFolderPolicyError.AsDisallowedSharedLinkPolicy
UpdateFolderPolicyError.IsNoPermission
UpdateFolderPolicyError.AsNoPermission
UpdateFolderPolicyError.IsTeamFolder
UpdateFolderPolicyError.AsTeamFolder
UpdateFolderPolicyError.IsOther
UpdateFolderPolicyError.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 UpdateFolderPolicyError.DisallowedSharedLinkPolicy : UpdateFolderPolicyError

Fields

View Source

Instance

A singleton instance of DisallowedSharedLinkPolicy

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