ArcObjects Library Reference (Server)  

IServerDirectoryInfo.MaxFileAge Property

The maximum age (in seconds) a file can be in the server directory before it is deleted, if the cleaning mode is by file age.

[Visual Basic .NET]
Public ReadOnly Property MaxFileAge As Integer
[C#]
public int MaxFileAge {get;}
[C++]
HRESULT get_MaxFileAge(
  long* pAge
);
[C++]

Parameters

pAge [out, retval]   pAge is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

MaxFileAge is in seconds.

See Also

IServerDirectoryInfo Interface