  | SecurityHandlerIsPageProtect Method (Page, String) | 
  
    Namespace: 
   Dynamicweb.Frontend
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static bool IsPageProtect(
	Page page,
	string pagePassword
)
Public Shared Function IsPageProtect ( 
	page As Page,
	pagePassword As String
) As Boolean
Parameters
- page
 - Type: Dynamicweb.ContentPage
 - pagePassword
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also