TICServer Members
Functions
| Name | Description |
|---|---|
| CloneEx | Clone a TIC server using CloneInfo object. Return value: TICServer. |
| CreateDatabaseConnection | Return value: ExternalDatabaseConnection. |
| Refresh | Re-reads the TIC server from the Enterprise database. Return value: Boolean. |
| RefreshEx | Re-reads the TIC server from the Enterprise database, with extended information. Return value: RefreshResult. |
| Remove | Removes (deletes) this TIC Server. |
| RemoveEx | Removes (deletes) this TIC server (with audit log explanation). |
| Save | Saves changes to this TIC server. |
| SaveEx | Saves changes to this TIC server (with audit log explanation). |
| Test | Test if connecting to this TIC server is working. Return value: String. |
Properties
| Name | Description |
|---|---|
| AccessControlList | Returns the AccessControlList object which specifies which users and groups can access this TIC server. Return value: AccessControlList. This property is read only. |
| AuditLogReasonForAutoSave | Returns/sets the audit log reason used for auto saving the TIC server. Return/assignment value: String. |
| AutoSave | Returns/sets the auto save state for this TIC server. Return/assignment value: Boolean. |
| Content | Returns/sets the content of the TICServer. Return/assignment value: Variant. |
| Dependants | Return value: Variant. This property is read only. |
| Description | Returns/sets the TIC server description. Return/assignment value: String. |
| Dirty | Returns the modified state of the TIC server. Return value: Boolean. This property is read only. |
| Host | Return/assignment value: String. |
| ID | Return value: Integer. This property is read only. |
| Name | Returns/sets the TIC server name. Return/assignment value: String. |
| Param | Returns/sets TIC server name/value parameters. Return/assignment value: Variant. |
| Password | Assignment value: String. |
| Port | Return/assignment value: Integer. |
| ReadOnly | Returns if this TIC server is read only. Return value: Boolean. This property is read only. |
| UseKerberos | Return/assignment value: Boolean. |
| UserName | Return/assignment value: String. |
Subtopics