Class MultiRecipientAnswer
That is the answer of the MultiRecipientMessage method. You also get an answer for each recipient in the RecipientsAnswer
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class MultiRecipientAnswer : Answer, INotifyPropertyChanged
Properties
RecipientsAnswer
Represent the answer of each recipient.
Declaration
public List<RecipientAnswer> RecipientsAnswer { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RecipientAnswer> |
UploadedFiles
Represent the uploadedFiles
Declaration
public List<UploadFiles> UploadedFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UploadFiles> |
Implements
System.ComponentModel.INotifyPropertyChanged