ItemUrl Class |
Namespace: ConnectedApps.Cms.Entities
The ItemUrl type exposes the following members.
Name | Description | |
---|---|---|
![]() | DomainAliasId |
Gets or sets the unique identifier of the domain alias the URL exists on. Example: www.domain.com
|
![]() | 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.
|
![]() | LanguageId |
Sets or gets the language ID of the URL.
|
![]() | Path |
Gets or sets the path portion of the URL. Must start with "/". Example: /page-url
|
![]() | RedirectStatusCode |
Gets or sets a redirect code. If specified, the matching Path will result in a redirection to the primary URL on the item.
|
![]() | ResponseHeaders |
Gets or sets a collection of response headers issued on the URL.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |