DocumentFiles Class
Syntax
[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