Click or drag to resize

PageViewIsolation Constructor (Int32, Boolean, Boolean)

Initializes a new instance of the PageViewIsolation class

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public PageViewIsolation(
	int pageId,
	bool lock,
	bool isEmailContext
)

Parameters

pageId
Type: SystemInt32
lock
Type: SystemBoolean
isEmailContext
Type: SystemBoolean
See Also