tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ConfigurationFileResponse.cs
Go to the documentation of this file.
2{
7 {
9 public string? Path { get; set; }
10
12 [ResponseOptions]
13 public string? LastReadHash { get; set; }
14
18 public bool? IsDirectory { get; set; }
19
23 [ResponseOptions]
24 public bool? AccessDenied { get; set; }
25 }
26}
bool? AccessDenied
If access to the IConfigurationFile file was denied for the operation.
string? LastReadHash
The MD5 hash of the file when last read by the user. If this doesn't match during update actions,...
Response for when file transfers are necessary.
Represents a game configuration file. Create and delete actions uncerimonuously overwrite/delete file...