Dynamicweb 8 Documentation
ParagraphMoved Method

Creates the log string for Paragraph Move action.
Syntax
'Declaration
 
Public Shared Sub ParagraphMoved( _ 
   ByVal ParagraphName As String, _ 
   ByVal ID As Integer, _ 
   ByVal LocationID As Integer, _ 
   ByVal DestinationID As Integer _ 
) 
public static void ParagraphMoved( 
   string ParagraphName,
   int ID,
   int LocationID,
   int DestinationID 
)

Parameters

ParagraphName
ID
LocationID
DestinationID
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

Logger Class
Logger Members

Send Feedback