Simple Form object used for displaying form in web client's forms area
Inheritance
System.Object
FormInfoHeader
Assembly: DocuWare.Platform.ServerClient.dll
public class FormInfoHeader : object
Properties
Declaration
public bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool Admin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Id of the form configuration used to retrieve full configuration
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Public { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string SanitizedName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Usage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|