Dropbox .NET SDK

Class UserTagsRemovedDetails

Removed tags.

Inheritance
object
UserTagsRemovedDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class UserTagsRemovedDetails

Constructors

View Source

UserTagsRemovedDetails(IEnumerable<string>)

Initializes a new instance of the UserTagsRemovedDetails class.

Declaration
public UserTagsRemovedDetails(IEnumerable<string> values)
Parameters
Type Name Description
IEnumerable<string> values

values.

Properties

View Source

Values

values.

Declaration
public IList<string> Values { get; protected set; }
Property Value
Type Description
IList<string>
  • View Source
In this article
Back to top Dropbox .NET SDK