Find the space specified by the url.

C# | Visual Basic | Visual C++ | J# |
ISpaceProxy FindSpace( string url )
Function FindSpace ( _ url As String _ ) As ISpaceProxy
ISpaceProxy^ FindSpace( String^ url )
ISpaceProxy FindSpace( String url )

- url (String)
- The url of the requested space.

A proxy connected to the space.

Exception | Condition |
---|---|
FinderException | Unable to find requested space. |