SPAlternateUrlCollectionManager.DeserializeUrlFromStorage method

Deserializes the specified string into the appropriate URL for the specified URL zone.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function DeserializeUrlFromStorage ( _
    serializedUrl As String, _
    zone As SPUrlZone _
) As String
'Usage
Dim instance As SPAlternateUrlCollectionManager
Dim serializedUrl As String
Dim zone As SPUrlZone
Dim returnValue As String

returnValue = instance.DeserializeUrlFromStorage(serializedUrl, _
    zone)
public string DeserializeUrlFromStorage(
    string serializedUrl,
    SPUrlZone zone
)

Parameters

  • serializedUrl
    Type: System.String

    The string from which to deserialize the URL.

Return value

Type: System.String
A string containing the deserialized URL.

See also

Reference

SPAlternateUrlCollectionManager class

SPAlternateUrlCollectionManager members

Microsoft.SharePoint.Administration namespace