Class DialogValuesParam
Url parameter used for the SearchAndResultlistAndViewer integration specifying the values with which the dialog will be filled.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DocuWare.WebIntegration
Assembly: DocuWare.WebIntegration.dll
Syntax
public class DialogValuesParam : UrlParameter
Properties
DialogValues
Declaration
public string DialogValues { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Returns "dv"
Declaration
public static string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FormatValue()
Get the value of the parameter as string.
Declaration
public override string FormatValue()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetId()
Returs the id of the parameter.
Declaration
public override string GetId()
Returns
Type | Description |
---|---|
System.String |
Overrides
ParseValue(String)
Creates a new DialogValuesParam from a given value
Declaration
public static DialogValuesParam ParseValue(string dialogValuesParam)
Parameters
Type | Name | Description |
---|---|---|
System.String | dialogValuesParam |
Returns
Type | Description |
---|---|
DialogValuesParam |