SPAlternateUrl constructor
Initializes a new instance of the SPAlternateUrl class.
Overload list
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. |
Top