Class UserTagsAddedDetails
Tagged a file.
Inheritance
System.Object
UserTagsAddedDetails
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 UserTagsAddedDetails
Constructors
| Improve this Doc View SourceUserTagsAddedDetails(IEnumerable<String>)
Initializes a new instance of the UserTagsAddedDetails class.
Declaration
public UserTagsAddedDetails(IEnumerable<string> values)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | values | values. |
Properties
| Improve this Doc View SourceValues
values.
Declaration
public IList<string> Values { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |