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)
Sub GetFileDetails ( name As String, <OutAttribute> ByRef exists As Boolean, <OutAttribute> ByRef size As Long, <OutAttribute> ByRef createDate As Long, <OutAttribute> ByRef lastWriteDate As Long )
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: