This document is archived and information here might be outdated.  Recommended version.


IServerDirectory.MaxFileAge Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerDirectory Interface > IServerDirectory.MaxFileAge Property
ArcGIS Developer Help

IServerDirectory.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 Property MaxFileAge As Integer
[C#]
public int MaxFileAge {get; set;}
[C++]
HRESULT get_MaxFileAge(
  System.Int32* pAge
);
[C++]
HRESULT put_MaxFileAge(
  long pAge
);
[C++]
Parameters
pAge [out, retval]

pAge is a parameter of type long* pAge [in]
pAge is a parameter of type long

Product Availability

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

Remarks

MaxFileAge is specified in seconds.

See Also

IServerDirectory Interface