Show / Hide Table of Contents

Class SearchDocumentsResponse

Documents search response.

Inheritance
object
PlatinaMessageBase
SearchResponseMessageBase
SearchDocumentsResponse
Inherited Members
SearchResponseMessageBase.NumberOfRows
PlatinaMessageBase.UserName
PlatinaMessageBase.IsValid()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.MessageContracts.DocumentManagement
Syntax
[MessageContract]
public class SearchDocumentsResponse : SearchResponseMessageBase

Properties

Documents

List of found documents.

Declaration
[MessageBodyMember]
public IList<DocumentDTO> Documents { get; set; }
Property Value
Type Description
IList<DocumentDTO>

List of found documents.

Back to top Created by Formpipe