Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class MultiRecipientAnswer

    That is the answer of the MultiRecipientMessage method. You also get an answer for each recipient in the RecipientsAnswer

    Inheritance
    object
    Answer
    MultiRecipientAnswer
    Implements
    INotifyPropertyChanged
    Inherited Members
    Answer.Data
    Answer.Status
    Answer.PropertyChanged
    Answer.RaisePropertyChanged(string)
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    List<RecipientAnswer>

    UploadedFiles

    Represent the uploadedFiles

    Declaration
    public List<UploadFiles> UploadedFiles { get; set; }
    Property Value
    Type Description
    List<UploadFiles>

    Implements

    INotifyPropertyChanged

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation