KeyValuePairs ClassDocuWare Platform .NET API
Contains a sequence of key-value pairs.
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClient.ContentKeyValuePairs

Namespace: DocuWare.Platform.ServerClient.Content
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/settings/common")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/settings/common", 
	IsNullable = true)]
public class KeyValuePairs

The KeyValuePairs type exposes the following members.

Constructors

  NameDescription
Public methodKeyValuePairs
Initializes a new instance of the KeyValuePairs class
Top
Properties

  NameDescription
Public propertyEntry
A key-value pair entry.
Top
Remarks

See Also

Reference