Show / Hide Table of Contents

Class ObjectLabelRemovedDetails

Removed a label.

Inheritance
System.Object
ObjectLabelRemovedDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ObjectLabelRemovedDetails

Constructors

| Improve this Doc View Source

ObjectLabelRemovedDetails(LabelType)

Initializes a new instance of the ObjectLabelRemovedDetails class.

Declaration
public ObjectLabelRemovedDetails(LabelType labelType)
Parameters
Type Name Description
LabelType labelType

Labels mark a file or folder.

Properties

| Improve this Doc View Source

LabelType

Labels mark a file or folder.

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