C-DEngine 5.105

TheSessionState..::..CurrentWPID Property

Current Web Page ID

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Guid CurrentWPID { get; set; }
Public Property CurrentWPID As Guid
	Get
	Set
public:
property Guid^ CurrentWPID {
	Guid^ get ();
	void set (Guid^ value);
}