  | PageViewIsolation Constructor (Int32, Boolean) | 
  
    Namespace: 
   Dynamicweb.Frontend
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic PageViewIsolation(
	int pageId,
	bool lock
)
Public Sub New ( 
	pageId As Integer,
	lock As Boolean
)
Parameters
- pageId
 - Type: SystemInt32
 - lock
 - Type: SystemBoolean
 
See Also