Dropbox .NET SDK

Class ProductRemovedFromMemberDetails

Product removed from team member.

Inheritance
object
ProductRemovedFromMemberDetails
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 ProductRemovedFromMemberDetails

Constructors

View Source

ProductRemovedFromMemberDetails(UserNameLogInfo, ProductLogInfo)

Initializes a new instance of the ProductRemovedFromMemberDetails class.

Declaration
public ProductRemovedFromMemberDetails(UserNameLogInfo userName, ProductLogInfo productName)
Parameters
Type Name Description
UserNameLogInfo userName

User's name.

ProductLogInfo productName

Product name.

Properties

View Source

ProductName

Product name.

Declaration
public ProductLogInfo ProductName { get; protected set; }
Property Value
Type Description
ProductLogInfo
View Source

UserName

User's name.

Declaration
public UserNameLogInfo UserName { get; protected set; }
Property Value
Type Description
UserNameLogInfo
  • View Source
In this article
Back to top Dropbox .NET SDK