VirtualFileBase.IsDirectory Property
.NET Framework (current version)
When overridden in a derived class, gets a value indicating whether the VirtualFileBase instance represents a virtual file or a virtual directory.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if the VirtualFileBase instance is a virtual directory; otherwise, false if the VirtualFileBase instance is a virtual file.
.NET Framework
Available since 2.0
Available since 2.0
Show: