Dynamicweb 8 Documentation
GetParagraphsByPageID(Int32,SortBy) Method

The page ID.
The sort by.
Gets the paragraphs by page ID.
Syntax
'Declaration
 
Public Overloads Shared Function GetParagraphsByPageID( _ 
   ByVal pageID As Integer, _ 
   ByVal sortBy As Paragraph.SortBy _ 
) As ParagraphCollection
public static ParagraphCollection GetParagraphsByPageID( 
   int pageID,
   Paragraph.SortBy sortBy 
)

Parameters

pageID
The page ID.
sortBy
The sort by.
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