Class FieldMapping
Define fields mapping between source and destination file cabinets.
Inheritance
System.Object
FieldMapping
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FieldMapping : object
Properties
Destination
Name of the destination field.
Declaration
public string Destination { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Source
Name of the source field.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |