Class LinkParameter
A link parameter.
Inheritance
System.Object
LinkParameter
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class LinkParameter : object
Properties
Label
Contains text, which appears to the user instead of the url.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Contains a web address.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |