SPAlternateUrlCollection.Ensure method
Adds an incoming URL to the collection if it does not already exist in the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Ensure ( _
alternateUrl As SPAlternateUrl _
)
'Usage
Dim instance As SPAlternateUrlCollection
Dim alternateUrl As SPAlternateUrl
instance.Ensure(alternateUrl)
public void Ensure(
SPAlternateUrl alternateUrl
)
Parameters
alternateUrl
Type: Microsoft.SharePoint.Administration.SPAlternateUrlA string containing the incoming URL.
Remarks
If the specified incoming URL does already exist in the collection, calling the Ensure method does not throw an exception.
See also
Reference
SPAlternateUrlCollection class