Show / Hide Table of Contents

Class DomainInvitesEmailExistingUsersDetails

Sent domain invites to existing domain accounts.

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

Constructors

| Improve this Doc View Source

DomainInvitesEmailExistingUsersDetails(String, UInt64)

Initializes a new instance of the DomainInvitesEmailExistingUsersDetails class.

Declaration
public DomainInvitesEmailExistingUsersDetails(string domainName, ulong numRecipients)
Parameters
Type Name Description
System.String domainName

Domain names.

System.UInt64 numRecipients

Number of recipients.

Properties

| Improve this Doc View Source

DomainName

Domain names.

Declaration
public string DomainName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NumRecipients

Number of recipients.

Declaration
public ulong NumRecipients { get; protected set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DomainInvitesEmailExistingUsersDetails(String, UInt64)
  • Properties
    • DomainName
    • NumRecipients
Back to top Generated by DocFX