Dynamicweb 8 Documentation
HasRestrictedContent Method

The requested folder.
The returning value. Should be false.
Determines whether a folder has restricted content or not.
Syntax
'Declaration
 
Public Shared Function HasRestrictedContent( _ 
   ByVal requestedFolder As String, _ 
   Optional ByRef returnValue As Boolean _ 
) As Boolean
public static bool HasRestrictedContent( 
   string requestedFolder,
   ref bool returnValue 
)

Parameters

requestedFolder
The requested folder.
returnValue
The returning value. Should be false.

Return Value

true if a folder has restricted content; 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

Permission Class
Permission Members

Send Feedback