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 SourceDomainInvitesEmailExistingUsersDetails(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 SourceDomainName
Domain names.
Declaration
public string DomainName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NumRecipients
Number of recipients.
Declaration
public ulong NumRecipients { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |