Dynamicweb 8 Documentation
SetStatus Method

Item IDs to process.
Desired HTTP status.
Updates status for all items specified by array of their IDs.
Syntax
'Declaration
 
Public Shared Sub SetStatus( _ 
   ByVal ids() As Integer, _ 
   ByVal status As Integer _ 
) 
public static void SetStatus( 
   int[] ids,
   int status 
)

Parameters

ids
Item IDs to process.
status
Desired HTTP status.
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

Path Class
Path Members

Send Feedback