| SecurityHandlerIsPageProtect Method (Page, String) |
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public 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:
BooleanSee Also