Class DocumentIndexFieldTable
List of column values for table field.
Inheritance
System.Object
DocumentIndexFieldTable
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class DocumentIndexFieldTable : object
Properties
Row
List of values for table field.
Declaration
public List<DocumentIndexFieldTableRow> Row { get; set; }
Property Value
Type | Description |
---|---|
List<DocumentIndexFieldTableRow> |