Click or drag to resize
DocumentIndexFields Class
List of index fields
Inheritance Hierarchy

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

The DocumentIndexFields type exposes the following members.

Constructors
  NameDescription
Public methodDocumentIndexFields
Initializes a new instance of the DocumentIndexFields class
Top
Properties
  NameDescription
Public propertyField
List of index fields
Public propertyItem
Gets or sets the DocumentIndexField with the specified field name.
Top
Remarks