Shell32UrlType Enumeration |
Used by method UrlIs() to define a URL type.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax Public Enumeration UrlType
public enum class UrlType
Members
| Member name | Value | Description |
---|
| IsUrl | 0 | Is the URL valid? |
| IsOpaque | 1 | Is the URL opaque? |
| IsNoHistory | 2 | Is the URL a URL that is not typically tracked in navigation history? |
| IsFileUrl | 3 | Is the URL a file URL? |
| IsAppliable | 4 | Attempt to determine a valid scheme for the URL. |
| IsDirectory | 5 | Does the URL string end with a directory? |
| IsHasQuery | 6 | Does the URL have an appended query string? |
See Also