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