Click or drag to resize
DialogPropertiesResultList Class
Dialog properties specific for Result List
Inheritance Hierarchy

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

The DialogPropertiesResultList type exposes the following members.

Constructors
  NameDescription
Public methodDialogPropertiesResultList
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyDefaultListTextLetterCase
Letter case to be used to display the hits in the result list
Public propertyDisplayFirstDocument
Determines whether the web client automatically displays the first document in the result list in the viewer.
Public propertyFunctions
Functions available for the result list (Print document, Display document, etc.)
Public propertyShowCheckedOutDocumens
Determines whether the result list can show documents that are currently checked out.
Public propertySortOrder
Sort order for the result list.
Public propertyViewerDialog
Viewer properties
Top
Remarks