Dynamicweb 8 Documentation
GetParagraph(DataRow) Method

The DataRow containing a paragraph row.
Gets the paragraph object from a DataRow instance.
Syntax
'Declaration
 
Public Overloads Shared Function GetParagraph( _ 
   ByVal dr As DataRow _ 
) As Paragraph
public static Paragraph GetParagraph( 
   DataRow dr 
)

Parameters

dr
The DataRow containing a paragraph row.
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

Paragraph Class
Paragraph Members
Overload List

Send Feedback