Link ClassDocuWare Platform .NET API
Inheritance Hierarchy

SystemObject
  DocuWare.Services.Http.ClientLink

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.6
Syntax

C#
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services", 
	IsNullable = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services")]
public class Link

The Link type exposes the following members.

Constructors

  NameDescription
Public methodLink
Initializes a new instance of the Link class
Top
Methods

  NameDescription
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyhref
The URI this link points to.
Public propertyrel
The relation name of this link.
Public propertytype
Top
Remarks

See Also

Reference