UtilitiesProxy Class
Provides general methods.Methods
| Name | Description |
|---|---|
| CreateFolder | Creates directory in a specified path if it does not exist. |
| FileExists | Determines if the specified file exists. |
| FolderExists | Determines if the specified directory exists. |
| GetIdentityIdByUserId | Gets Alias ID of specified user. |
| GetIdentityNameByIdentityId | Gets Identity name by Identity ID. |
| GetIdentityNameByUserId | Gets Alias name of specified user. |
| GetLogsFolderPath | Gets log file directory path ("temp_folder" of Innovator server config). |
| IsIdValid | Determines if the item ID is valid. |
| SaveTextData | Saves text data to a file. |
| WriteDebug | Writes a message to log file with timestamp. |
| WriteLog | Writes a message to log file with timestamp and database name. |
See Also
Aras.Server.Core NamespaceAras Innovator Server Framework
Comments
Post a Comment