Class FormInfoHeader
Simple Form object used for displaying form in web client's forms area
Inheritance
System.Object
    FormInfoHeader
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FormInfoHeader
  Properties
Active
Declaration
public bool Active { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Admin
Declaration
public bool Admin { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Description
Declaration
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Id
Id of the form configuration used to retrieve full configuration
Declaration
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Public
Declaration
public bool Public { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
SanitizedName
Declaration
public string SanitizedName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Usage
Declaration
public bool Usage { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |