Load state key.

Namespace: MonoSoftware.Web.RssEngine.Providers
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void LoadStateKey(
	string stateKey,
	out string pageUrl
)
Visual Basic
Public Sub LoadStateKey ( 
	stateKey As String,
	<OutAttribute> ByRef pageUrl As String
)
Visual C++
public:
virtual void LoadStateKey(
	String^ stateKey, 
	[OutAttribute] String^% pageUrl
) sealed
F#
abstract LoadStateKey : 
        stateKey : string * 
        pageUrl : string byref -> unit 
override LoadStateKey : 
        stateKey : string * 
        pageUrl : string byref -> unit 

Parameters

stateKey
Type: System..::..String
State key that will be parsed
pageUrl
Type: System..::..String%
Page URL

Implements

IRssStorageProvider..::..LoadStateKey(String, String%)

See Also