Click or drag to resize
ItemUrl Properties

The ItemUrl type exposes the following members.

Properties
  Name Description
Public property DomainAliasId
Gets or sets the unique identifier of the domain alias the URL exists on. Example: www.domain.com
Public property IsPrimary
Gets or sets a value indicating if the URL is the primary one across all URLs for the item. True means RedirectStatusCode will be null.
Public property LanguageId
Sets or gets the language ID of the URL.
Public property Path
Gets or sets the path portion of the URL. Must start with "/". Example: /page-url
Public property RedirectStatusCode
Gets or sets a redirect code. If specified, the matching Path will result in a redirection to the primary URL on the item.
Public property ResponseHeaders
Gets or sets a collection of response headers issued on the URL.
Top
See Also