Class EnablePostMessageParam
Inheritance
System.Object
EnablePostMessageParam
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()
Assembly: DocuWare.WebIntegration.dll
Syntax
public class EnablePostMessageParam : UrlParameter
Constructors
EnablePostMessageParam(Boolean)
Declaration
public EnablePostMessageParam(bool enablePostMessage)
Parameters
| Type |
Name |
Description |
| System.Boolean |
enablePostMessage |
|
Properties
EnablePostMessageContent
Declaration
public bool EnablePostMessageContent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Id
Declaration
public static string Id { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
FormatValue()
Declaration
public override string FormatValue()
Returns
| Type |
Description |
| System.String |
|
Overrides
GetId()
Declaration
public override string GetId()
Returns
| Type |
Description |
| System.String |
|
Overrides
ParseValue(String)
Declaration
public static EnablePostMessageParam ParseValue(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns