IRemoteWebConfigurationHostServer.GetFileDetails Method (String, Boolean, Int64, Int64, Int64)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the details of the configuration file.
Assembly: System.Web (in System.Web.dll)
void GetFileDetails( string name, out bool exists, out long size, out long createDate, out long lastWriteDate )
Parameters
- name
-
Type:
System.String
The name of the file.
- exists
-
Type:
System.Boolean
true if the file exists; otherwise, false.
- size
-
Type:
System.Int64
The size of the file.
- createDate
-
Type:
System.Int64
The date the file was created.
- lastWriteDate
-
Type:
System.Int64
The date the file was last written.
.NET Framework
Available since 2.0
Available since 2.0
Show: