UrlDisplayLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies where the URL should be displayed.
public enum UrlDisplayLocation
type UrlDisplayLocation =
Public Enum UrlDisplayLocation
- Inheritance
-
UrlDisplayLocation
Fields
Name | Value | Description |
---|---|---|
SummaryAndDetails | 0 | Show the URL in locations where either the resource summary or resource details are being displayed. |
DetailsOnly | 1 | Show the URL in locations where the full details of the resource are being displayed. |