Dynamicweb 8 Documentation
GetParagraph(DataRow,Boolean,Boolean) Method

The DataRow containing a paragraph row.
if set to true the paragraph is returned with properties from its parent if it is a global paragraph.
if set to true returns the global (shadow) paragraph and not the its global instance.
Gets the paragraph object from a DataRow instance.
Syntax
'Declaration
 
Public Overloads Shared Function GetParagraph( _ 
   ByVal dr As DataRow, _ 
   ByVal setGlobalPropeties As Boolean, _ 
   ByVal getGlobal As Boolean _ 
) As Paragraph
public static Paragraph GetParagraph( 
   DataRow dr,
   bool setGlobalPropeties,
   bool getGlobal 
)

Parameters

dr
The DataRow containing a paragraph row.
setGlobalPropeties
if set to true the paragraph is returned with properties from its parent if it is a global paragraph.
getGlobal
if set to true returns the global (shadow) paragraph and not the its global instance.
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