Dropbox .NET SDK
Show / Hide Table of Contents

Class PropertiesError.UnsupportedFolder

This folder cannot be tagged. Tagging folders is not supported for team-owned templates.

Inheritance
object
PropertiesError
PropertiesError.UnsupportedFolder
Inherited Members
PropertiesError.IsPath
PropertiesError.AsPath
PropertiesError.IsUnsupportedFolder
PropertiesError.AsUnsupportedFolder
PropertiesError.IsTemplateNotFound
PropertiesError.AsTemplateNotFound
PropertiesError.IsRestrictedContent
PropertiesError.AsRestrictedContent
PropertiesError.IsOther
PropertiesError.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public sealed class PropertiesError.UnsupportedFolder : PropertiesError

Fields

View Source

Instance

A singleton instance of UnsupportedFolder

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