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 6.0] Property MaxFileAge As Long
[Visual Basic .NET] Public ReadOnly Property MaxFileAge As Integer
[C#] public int MaxFileAge {get;}
[Java] public int getMaxFileAge() throws IOException, AutomationException
[C++]
HRESULT get_MaxFileAge(
long* pAge
);
Parameters
pAge [out, retval]
pAge is a parameter of type long
MaxFileAge is in seconds.