Click or drag to resize
Shell32UrlType Enumeration
Used by method UrlIs() to define a URL type.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public enum UrlType
Members
  Member nameValueDescription
IsUrl0Is the URL valid?
IsOpaque1Is the URL opaque?
IsNoHistory2Is the URL a URL that is not typically tracked in navigation history?
IsFileUrl3Is the URL a file URL?
IsAppliable4Attempt to determine a valid scheme for the URL.
IsDirectory5Does the URL string end with a directory?
IsHasQuery6Does the URL have an appended query string?
See Also