Click or drag to resize
UpdateIndexFieldsInfo Class
Structure for updating index fields, including the index fields values and the dialog used for updating.
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = false)]
public class UpdateIndexFieldsInfo : DocumentIndexFields

The UpdateIndexFieldsInfo type exposes the following members.

Constructors
  NameDescription
Public methodUpdateIndexFieldsInfo
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyDialogId
Define dialog which is used to update the fields. Used to override data that is not exposed to the user.
Public propertyNormalizeCoordinates
If this flag is true then the orientation of the coordinates in PointAndShootInfo will be alligned with the page.
Top
Remarks