Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deserializes the specified string into the appropriate URL for the specified URL zone.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.StringThe string from which to deserialize the URL.
zone
Type: Microsoft.SharePoint.Administration.SPUrlZoneA SPUrlZone value that specifies the zone.
Return Value
Type: System.String
A string containing the deserialized URL.
See Also
Reference
SPAlternateUrlCollectionManager Class