Initializes the state of the commands sources registered with this 
              
UrlManager from the state encoded in the specified URL.
            
 (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public void InitializeFrom(
	Uri url
) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub InitializeFrom ( _
	url As Uri _
) | 
| Visual C++ | 
|---|
| public:
void InitializeFrom(
	Uri^ url
) | 
Parameters
- url
- Type: System..::.Uri
 URL containing the state from which the commands and parameters should be initialized.
Remarks
 Exceptions
Exceptions
 See Also
See Also