SPAlternateUrl Members
Represents an incoming URL and the zone with which it is associated.
The SPAlternateUrl type exposes the following members.
| Name | Description | |
|---|---|---|
|
SPAlternateUrl() | Initializes a new instance of the SPAlternateUrl class. |
|
SPAlternateUrl(String, SPUrlZone) | Initializes a new instance of the SPAlternateUrl class with the specified incoming URL and URL zone. |
|
SPAlternateUrl(Uri, SPUrlZone) | Initializes a new instance of the SPAlternateUrl class with the specified URI and URL zone. |
| Name | Description | |
|---|---|---|
|
Collection | Gets the parent collection of URLs to which the alternate URL belongs. |
|
ContextUri | Gets the appropriate response URL, also known as outgoing URL, for the context of the current request URL. |
|
IncomingUrl | Gets the incoming URL associated with the zone of the request. |
|
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
|
Uri | Gets the incoming URL associated with the zone of the request as a URI. |
|
UrlZone | Gets the zone associated with the alternate request URL. |
| Name | Description | |
|---|---|---|
|
Equals | Compares two SPAlternateUrl objects to determine whether their incoming URLs match. (Overrides Object.Equals(Object).) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for the incoming URL. (Overrides Object.GetHashCode().) |
|
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) |
|
GetType | (Inherited from Object.) |
|
Lookup | Returns the SPAlternateUrl object in the farm whose incoming URL matches the specified URI parameter. |
|
MemberwiseClone | (Inherited from Object.) |
|
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) |
|
ToString | (Inherited from Object.) |
|
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |