Show / Hide Table of Contents

Class InvalidPropertyGroupError

The invalid property group error object

Inheritance
System.Object
InvalidPropertyGroupError
InvalidPropertyGroupError.DoesNotFitTemplate
InvalidPropertyGroupError.DuplicatePropertyGroups
InvalidPropertyGroupError.Other
InvalidPropertyGroupError.Path
InvalidPropertyGroupError.PropertyFieldTooLarge
InvalidPropertyGroupError.RestrictedContent
InvalidPropertyGroupError.TemplateNotFound
InvalidPropertyGroupError.UnsupportedFolder
Inherited Members
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.FileProperties
Assembly: Dropbox.Api.dll
Syntax
public class InvalidPropertyGroupError

Constructors

| Improve this Doc View Source

InvalidPropertyGroupError()

Initializes a new instance of the InvalidPropertyGroupError class.

Declaration
public InvalidPropertyGroupError()

Properties

| Improve this Doc View Source

AsDoesNotFitTemplate

Gets this instance as a DoesNotFitTemplate, or null.

Declaration
public InvalidPropertyGroupError.DoesNotFitTemplate AsDoesNotFitTemplate { get; }
Property Value
Type Description
InvalidPropertyGroupError.DoesNotFitTemplate
| Improve this Doc View Source

AsDuplicatePropertyGroups

Gets this instance as a DuplicatePropertyGroups, or null.

Declaration
public InvalidPropertyGroupError.DuplicatePropertyGroups AsDuplicatePropertyGroups { get; }
Property Value
Type Description
InvalidPropertyGroupError.DuplicatePropertyGroups
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public InvalidPropertyGroupError.Other AsOther { get; }
Property Value
Type Description
InvalidPropertyGroupError.Other
| Improve this Doc View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public InvalidPropertyGroupError.Path AsPath { get; }
Property Value
Type Description
InvalidPropertyGroupError.Path
| Improve this Doc View Source

AsPropertyFieldTooLarge

Gets this instance as a PropertyFieldTooLarge, or null.

Declaration
public InvalidPropertyGroupError.PropertyFieldTooLarge AsPropertyFieldTooLarge { get; }
Property Value
Type Description
InvalidPropertyGroupError.PropertyFieldTooLarge
| Improve this Doc View Source

AsRestrictedContent

Gets this instance as a RestrictedContent, or null.

Declaration
public InvalidPropertyGroupError.RestrictedContent AsRestrictedContent { get; }
Property Value
Type Description
InvalidPropertyGroupError.RestrictedContent
| Improve this Doc View Source

AsTemplateNotFound

Gets this instance as a TemplateNotFound, or null.

Declaration
public InvalidPropertyGroupError.TemplateNotFound AsTemplateNotFound { get; }
Property Value
Type Description
InvalidPropertyGroupError.TemplateNotFound
| Improve this Doc View Source

AsUnsupportedFolder

Gets this instance as a UnsupportedFolder, or null.

Declaration
public InvalidPropertyGroupError.UnsupportedFolder AsUnsupportedFolder { get; }
Property Value
Type Description
InvalidPropertyGroupError.UnsupportedFolder
| Improve this Doc View Source

IsDoesNotFitTemplate

Gets a value indicating whether this instance is DoesNotFitTemplate

Declaration
public bool IsDoesNotFitTemplate { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDuplicatePropertyGroups

Gets a value indicating whether this instance is DuplicatePropertyGroups

Declaration
public bool IsDuplicatePropertyGroups { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPropertyFieldTooLarge

Gets a value indicating whether this instance is PropertyFieldTooLarge

Declaration
public bool IsPropertyFieldTooLarge { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRestrictedContent

Gets a value indicating whether this instance is RestrictedContent

Declaration
public bool IsRestrictedContent { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTemplateNotFound

Gets a value indicating whether this instance is TemplateNotFound

Declaration
public bool IsTemplateNotFound { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnsupportedFolder

Gets a value indicating whether this instance is UnsupportedFolder

Declaration
public bool IsUnsupportedFolder { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • InvalidPropertyGroupError()
  • Properties
    • AsDoesNotFitTemplate
    • AsDuplicatePropertyGroups
    • AsOther
    • AsPath
    • AsPropertyFieldTooLarge
    • AsRestrictedContent
    • AsTemplateNotFound
    • AsUnsupportedFolder
    • IsDoesNotFitTemplate
    • IsDuplicatePropertyGroups
    • IsOther
    • IsPath
    • IsPropertyFieldTooLarge
    • IsRestrictedContent
    • IsTemplateNotFound
    • IsUnsupportedFolder
Back to top Generated by DocFX