Dropbox .NET SDK
Show / Hide Table of Contents

Class RemovePropertiesError.UnsupportedFolder

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

Inheritance
object
RemovePropertiesError
RemovePropertiesError.UnsupportedFolder
Inherited Members
RemovePropertiesError.IsPropertyGroupLookup
RemovePropertiesError.AsPropertyGroupLookup
RemovePropertiesError.IsPath
RemovePropertiesError.AsPath
RemovePropertiesError.IsUnsupportedFolder
RemovePropertiesError.AsUnsupportedFolder
RemovePropertiesError.IsTemplateNotFound
RemovePropertiesError.AsTemplateNotFound
RemovePropertiesError.IsRestrictedContent
RemovePropertiesError.AsRestrictedContent
RemovePropertiesError.IsOther
RemovePropertiesError.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 RemovePropertiesError.UnsupportedFolder : RemovePropertiesError

Fields

View Source

Instance

A singleton instance of UnsupportedFolder

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