Selerix Developer Tools
Documents Field (Transmittal)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Transmittal Class : Documents Field
List of Document.

Contains the information associated with a specific document.

Property Name

Description

Format

Required?

Name The name of the document.
File The file name of the document.
CreatedDate The date the document was created.
Signature Indicates the type of signature. For example, "Pin".
CaptureDate The timestamp associated with the electronic signature.
OwnerType Indicates the type of applicant who signed the enrollment document.
SignedByProxy Indicates if the signature was signed by someone other than the applicant.
Data ****???***

 

Syntax
'Declaration
 
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Document, ElementName="Document")>
Public Documents As DocumentCollection
'Usage
 
Dim instance As Transmittal
Dim value As DocumentCollection
 
value = instance.Documents
 
instance.Documents = value
[XmlArrayItem(Type=Selerix.BusinessObjects.Document, ElementName="Document")]
public DocumentCollection Documents
public field Documents: DocumentCollection; 
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Document, ElementName="Document")
public var Documents : DocumentCollection;
[XmlArrayItem(Type=Selerix.BusinessObjects.Document, ElementName="Document")]
public: DocumentCollection* Documents
[XmlArrayItem(Type=Selerix.BusinessObjects.Document, ElementName="Document")]
public:
DocumentCollection^ Documents
See Also

Reference

Transmittal Class
Transmittal Members