Find the space specified by the url.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public static ISpaceProxy FindSpace( string url )
Public Shared Function FindSpace ( _ url As String _ ) As ISpaceProxy
public: static ISpaceProxy^ FindSpace( String^ url )
public static ISpaceProxy FindSpace( String url )
Parameters
- url (String)
- The url of the requested space.
Return Value
A proxy connected to the space.
Exceptions
Exception | Condition |
---|---|
FinderException | Unable to find requested space. |