Dynamicweb 8 Documentation
IsActive(Int32) Method

Determines whether the specified page ID is active taking publication and permissions into consideration.
Syntax
'Declaration
 
Public Overloads Shared Function IsActive( _ 
   ByVal pageId As Integer _ 
) As Boolean
public static bool IsActive( 
   int pageId 
)

Parameters

pageId

Return Value

true if the specified page ID is active; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Page Class
Page Members
Overload List

Send Feedback