Class UpdateIndexFieldsInfo
Structure for updating index fields, including the index fields values and the dialog used for updating.
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class UpdateIndexFieldsInfo : DocumentIndexFields
Constructors
UpdateIndexFieldsInfo()
Creates a new instance of this class
Declaration
public UpdateIndexFieldsInfo()
Properties
DialogId
Define dialog which is used to update the fields. Used to override data that is not exposed to the user.
Declaration
public string DialogId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ForceUpdate
If this flag is true then the document will be treated as changed, no matter if there are any index fields changes.
Declaration
public bool ForceUpdate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NormalizeCoordinates
If this flag is true then the orientation of the coordinates in PointAndShootInfo will be aligned with the page.
Declaration
public bool NormalizeCoordinates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |