←Select platform

DocumentFiles Class

Summary

This class contains a list of DocumentFileInfo objects.

Syntax

C#
VB
C++
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="DocumentFiles")] 
public class DocumentFiles : List<DocumentFileInfo> 
  
<CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="DocumentFiles")> 
Public Class DocumentFiles  
   Inherits System.Collections.Generic.List(Of DocumentFileInfo) 
   Implements System.Collections.Generic.ICollection(Of DocumentFileInfo), System.Collections.Generic.IEnumerable(Of DocumentFileInfo), System.Collections.Generic.IList(Of DocumentFileInfo), System.Collections.Generic.IReadOnlyCollection(Of DocumentFileInfo), System.Collections.Generic.IReadOnlyList(Of DocumentFileInfo), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList  
[CollectionDataContractAttribute(Namespace="http://Leadtools.Services.Forms.DataContracts/2009/01", Name="DocumentFiles")] 
public ref class DocumentFiles : public System.Collections.Generic.List<DocumentFileInfo>, System.Collections.Generic.ICollection<DocumentFileInfo>, System.Collections.Generic.IEnumerable<DocumentFileInfo>, System.Collections.Generic.IList<DocumentFileInfo>, System.Collections.Generic.IReadOnlyCollection<DocumentFileInfo>, System.Collections.Generic.IReadOnlyList<DocumentFileInfo>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList   

Example

For an example, refer to DocumentFileInfo example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.