• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class RecipientsConfiguration

Recipients Configuration

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

Constructors

| Improve this Doc View Source

RecipientsConfiguration(AlertRecipientsSettingType, IEnumerable<String>, IEnumerable<String>)

Initializes a new instance of the RecipientsConfiguration class.

Declaration
public RecipientsConfiguration(AlertRecipientsSettingType recipientSettingType = null, IEnumerable<string> emails = null, IEnumerable<string> groups = null)
Parameters
Type Name Description
AlertRecipientsSettingType recipientSettingType

Recipients setting type.

System.Collections.Generic.IEnumerable<System.String> emails

A list of user emails to notify.

System.Collections.Generic.IEnumerable<System.String> groups

A list of groups to notify.

Properties

| Improve this Doc View Source

Emails

A list of user emails to notify.

Declaration
public IList<string> Emails { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
| Improve this Doc View Source

Groups

A list of groups to notify.

Declaration
public IList<string> Groups { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
| Improve this Doc View Source

RecipientSettingType

Recipients setting type.

Declaration
public AlertRecipientsSettingType RecipientSettingType { get; protected set; }
Property Value
Type Description
AlertRecipientsSettingType
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RecipientsConfiguration(AlertRecipientsSettingType, IEnumerable<String>, IEnumerable<String>)
  • Properties
    • Emails
    • Groups
    • RecipientSettingType
Back to top Generated by DocFX