RemoteWebConfigurationHostServer.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)
abstract GetFileDetails : name:string * exists:bool byref * size:int64 byref * createDate:int64 byref * lastWriteDate:int64 byref -> unit override GetFileDetails : name:string * exists:bool byref * size:int64 byref * createDate:int64 byref * lastWriteDate:int64 byref -> unit
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.
| Exception | Condition |
|---|---|
| Exception | name does not point to a file with the .config extension. |
.NET Framework
Available since 2.0
Available since 2.0
Show: