Show / Hide Table of Contents

Class ObjectLabelAddedDetails

Added a label.

Inheritance
System.Object
ObjectLabelAddedDetails
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 ObjectLabelAddedDetails

Constructors

| Improve this Doc View Source

ObjectLabelAddedDetails(LabelType)

Initializes a new instance of the ObjectLabelAddedDetails class.

Declaration
public ObjectLabelAddedDetails(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
    • ObjectLabelAddedDetails(LabelType)
  • Properties
    • LabelType
Back to top Generated by DocFX