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 SourceRecipientsConfiguration(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 SourceEmails
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> |
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> |
RecipientSettingType
Recipients setting type.
Declaration
public AlertRecipientsSettingType RecipientSettingType { get; protected set; }
Property Value
Type | Description |
---|---|
AlertRecipientsSettingType |