GetSpace Method
GetSpace(int)
Searches for a Space or View with the given space ID.
Declaration
public Space GetSpace(int id)
Public Function GetSpace(id As Integer) As Space
Parameters
Type |
Name |
Description |
int |
id |
The ID of the space to look for.
|
Returns