Class AdditionalOrganizationInfo
Additional information for organization
Inheritance
System.Object
AdditionalOrganizationInfo
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class AdditionalOrganizationInfo : object
Properties
AddressLines
Addresses of organization
Declaration
public List<string> AddressLines { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Administrator
Name of the administrator
Declaration
public string Administrator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CompanyNames
Name of companies included in organization
Declaration
public List<string> CompanyNames { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
Contact email of organization
Declaration
public string EMail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrganizationType
Type of the organization
Declaration
public string OrganizationType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RuntimeVersion
Runtime version of the DocuWare system
Declaration
public string RuntimeVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SystemNumber
System number
Declaration
public string SystemNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |